Fix narf|update-scratch-buffer-cwd on narf/kill-real-buffer
This commit is contained in:
parent
d02eb91921
commit
ec7e32e273
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ the buffer if it is being displayed in another window."
|
||||||
(narf/popup-close)
|
(narf/popup-close)
|
||||||
(unless (narf/real-buffer-p (current-buffer))
|
(unless (narf/real-buffer-p (current-buffer))
|
||||||
(narf/previous-real-buffer)
|
(narf/previous-real-buffer)
|
||||||
(narf|update-scratch-buffer-cwd)))))
|
(narf|update-scratch-buffer-cwd new-dir)))))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun narf/kill-unreal-buffers ()
|
(defun narf/kill-unreal-buffers ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue