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 ()
|
||||
"Pop up the last popup buffer."
|
||||
(interactive)
|
||||
(if shackle-last-buffer
|
||||
(narf/popup-buffer shackle-last-buffer)
|
||||
(narf/popup-messages)))
|
||||
(unless shackle-last-buffer
|
||||
(error "No popup to restore"))
|
||||
(narf/popup-buffer shackle-last-buffer))
|
||||
|
||||
;;;###autoload
|
||||
(defun narf/popup-messages ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue