narf/popup-last-buffer: remove *messages* fallback
This commit is contained in:
parent
a5ff60224d
commit
fa192f1bfd
1 changed files with 3 additions and 3 deletions
|
@ -75,9 +75,9 @@
|
||||||
(defun narf/popup-last-buffer ()
|
(defun narf/popup-last-buffer ()
|
||||||
"Pop up the last popup buffer."
|
"Pop up the last popup buffer."
|
||||||
(interactive)
|
(interactive)
|
||||||
(if shackle-last-buffer
|
(unless shackle-last-buffer
|
||||||
(narf/popup-buffer shackle-last-buffer)
|
(error "No popup to restore"))
|
||||||
(narf/popup-messages)))
|
(narf/popup-buffer shackle-last-buffer))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun narf/popup-messages ()
|
(defun narf/popup-messages ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue