aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-05-30 06:49:59 +0000
committerRichard M. Stallman <[email protected]>2005-05-30 06:49:59 +0000
commitced6cb71123f2bbadeceb9a8737b4dc844834564 (patch)
treec5e9d82360afd4535356caeb352b2b6a0007737c /lisp/emulation
parentcbd87c94ac75cbc30b069dd56af48b30ab2952b0 (diff)
Use eval-buffer, not eval-current-buffer.
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/tpu-mapper.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/tpu-mapper.el b/lisp/emulation/tpu-mapper.el
index 68a760e201..db2daf0909 100644
--- 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")