diff options
| -rw-r--r-- | perspective.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perspective.el b/perspective.el index 0f1f497..a0a9f60 100644 --- a/perspective.el +++ b/perspective.el @@ -863,6 +863,7 @@ perspective and no others are killed." (mapc 'persp-remove-buffer (persp-current-buffers)) (setf (persp-killed (persp-curr)) t)) (remhash name (perspectives-hash)) + (remhash name persp--xref-marker-ring) (persp-update-modestring) (when (and (persp-last) (equal name (persp-name (persp-last)))) (set-frame-parameter |
