emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/tmm.el,v


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/tmm.el,v
Date: Sat, 14 Apr 2007 12:34:36 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Nick Roberts <nickrob>  07/04/14 12:34:35

Index: tmm.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/tmm.el,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -b -r1.53 -r1.54
--- tmm.el      13 Apr 2007 03:57:37 -0000      1.53
+++ tmm.el      14 Apr 2007 12:34:35 -0000      1.54
@@ -541,7 +541,7 @@
          ;; Make a list of all the bindings in all the keymaps.
          (setq minorbind (mapcar 'cdr (minor-mode-key-binding keyseq)))
          (setq localbind (local-key-binding keyseq))
-         (setq globalbind (cdr (global-key-binding keyseq)))
+         (setq globalbind (copy-sequence (cdr (global-key-binding keyseq))))
 
          ;; If items have been redefined/undefined locally, remove them from
          ;; the global list.




reply via email to

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