[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/emulation/tpu-mapper.el
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/emulation/tpu-mapper.el |
Date: |
Mon, 30 May 2005 02:49:59 -0400 |
Index: emacs/lisp/emulation/tpu-mapper.el
diff -c emacs/lisp/emulation/tpu-mapper.el:1.14
emacs/lisp/emulation/tpu-mapper.el:1.15
*** emacs/lisp/emulation/tpu-mapper.el:1.14 Mon Sep 1 15:45:22 2003
--- emacs/lisp/emulation/tpu-mapper.el Mon May 30 06:49:59 2005
***************
*** 375,381 ****
;;;
;;; Load the newly defined keys and clean up
;;;
! (eval-current-buffer)
(kill-buffer (current-buffer))
(kill-buffer "*scratch*")
(kill-buffer "Gold-Keys")
--- 375,381 ----
;;;
;;; Load the newly defined keys and clean up
;;;
! (eval-buffer)
(kill-buffer (current-buffer))
(kill-buffer "*scratch*")
(kill-buffer "Gold-Keys")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/emulation/tpu-mapper.el,
Richard M . Stallman <=