emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emulation/tpu-mapper.el,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/tpu-mapper.el,v
Date: Tue, 12 Jun 2007 04:56:37 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/06/12 04:56:36

Index: emulation/tpu-mapper.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emulation/tpu-mapper.el,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- emulation/tpu-mapper.el     21 Jan 2007 02:46:16 -0000      1.20
+++ emulation/tpu-mapper.el     12 Jun 2007 04:56:34 -0000      1.21
@@ -202,9 +202,9 @@
   (setq tpu-key (concat "[" (format "%s" tpu-key-seq) "]"))
   (cond ((not (equal tpu-key tpu-return))
         (set-buffer "Keys")
-        (insert (format"(global-set-key %s %s)\n" tpu-key func))
+        (insert (format"(define-key tpu-global-map %s %s)\n" tpu-key func))
         (set-buffer "Gold-Keys")
-        (insert (format "(define-key GOLD-map %s %s)\n" tpu-key gold-func))
+        (insert (format "(define-key tpu-gold-map %s %s)\n" tpu-key gold-func))
         (set-buffer "Directions"))
        ;; bogosity to get next prompt to come up, if the user hits <CR>!
        ;; check periodically to see if this is still needed...
@@ -393,5 +393,5 @@
 ")
 (goto-char (point-min))
 
-;;; arch-tag: bab5872f-cd3a-4c1c-aedb-047b67646f6c
+;; arch-tag: bab5872f-cd3a-4c1c-aedb-047b67646f6c
 ;;; tpu-mapper.el ends here




reply via email to

[Prev in Thread] Current Thread [Next in Thread]