Mercurial > emacs
changeset 62886:67bdd7607648
Use eval-buffer, not eval-current-buffer.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 30 May 2005 06:49:59 +0000 |
parents | ef148239f15d |
children | 3d8c6d031cf0 |
files | lisp/emulation/tpu-mapper.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emulation/tpu-mapper.el Mon May 30 06:49:18 2005 +0000 +++ b/lisp/emulation/tpu-mapper.el Mon May 30 06:49:59 2005 +0000 @@ -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")