From ced6cb71123f2bbadeceb9a8737b4dc844834564 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 30 May 2005 06:49:59 +0000 Subject: [PATCH] Use eval-buffer, not eval-current-buffer. --- lisp/emulation/tpu-mapper.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emulation/tpu-mapper.el b/lisp/emulation/tpu-mapper.el index 68a760e2011..db2daf09093 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") -- 2.39.5