projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbd87c9
)
Use eval-buffer, not eval-current-buffer.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 30 May 2005 06:49:59 +0000
(06:49 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 30 May 2005 06:49:59 +0000
(06:49 +0000)
lisp/emulation/tpu-mapper.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/tpu-mapper.el
b/lisp/emulation/tpu-mapper.el
index 68a760e2011e29dc878f427f594e2ce6b0195360..db2daf09093a4184537aafd4c3731d51d4469ee5 100644
(file)
--- a/
lisp/emulation/tpu-mapper.el
+++ b/
lisp/emulation/tpu-mapper.el
@@
-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")