Fix a warning due to misquoted function.
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
|
||||
;; Removes *Completions* from buffer after you've opened a file.
|
||||
(add-hook 'minibuffer-exit-hook
|
||||
'(lambda ()
|
||||
#'(lambda ()
|
||||
(let ((buffer "*Completions*"))
|
||||
(and (get-buffer buffer)
|
||||
(kill-buffer buffer)))))
|
||||
|
||||
Reference in New Issue
Block a user