Fix undo-buffer-kill
It contained a `setq` call with no value.
This commit is contained in:
parent
bea1fa998b
commit
1cd637d158
@ -182,5 +182,5 @@ http://emacsredux.com/blog/2013/05/22/smarter-navigation-to-the-beginning-of-a-l
|
|||||||
(if gpolonkai/last-killed-buffer-file-name
|
(if gpolonkai/last-killed-buffer-file-name
|
||||||
(progn
|
(progn
|
||||||
(find-file gpolonkai/last-killed-buffer-file-name)
|
(find-file gpolonkai/last-killed-buffer-file-name)
|
||||||
(setq gpolonkai/last-killed-buffer-file-name))
|
(setq gpolonkai/last-killed-buffer-file-name nil))
|
||||||
(message "The buffer last killed didn’t visit a file.")))
|
(message "The buffer last killed didn’t visit a file.")))
|
||||||
|
Loading…
Reference in New Issue
Block a user