mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-29 19:48:19 +00:00
Use eval-buffer, not eval-current-buffer.
This commit is contained in:
parent
cbd87c94ac
commit
ced6cb7112
@ -375,7 +375,7 @@
|
||||
;;;
|
||||
;;; Load the newly defined keys and clean up
|
||||
;;;
|
||||
(eval-current-buffer)
|
||||
(eval-buffer)
|
||||
(kill-buffer (current-buffer))
|
||||
(kill-buffer "*scratch*")
|
||||
(kill-buffer "Gold-Keys")
|
||||
|
Loading…
Reference in New Issue
Block a user