diff options
| -rw-r--r-- | lisp/emulation/tpu-mapper.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 375 | ;;; | 375 | ;;; |
| 376 | ;;; Load the newly defined keys and clean up | 376 | ;;; Load the newly defined keys and clean up |
| 377 | ;;; | 377 | ;;; |
| 378 | (eval-current-buffer) | 378 | (eval-buffer) |
| 379 | (kill-buffer (current-buffer)) | 379 | (kill-buffer (current-buffer)) |
| 380 | (kill-buffer "*scratch*") | 380 | (kill-buffer "*scratch*") |
| 381 | (kill-buffer "Gold-Keys") | 381 | (kill-buffer "Gold-Keys") |