projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57b2134
)
(tmm-get-keybind): Use copy-sequence to ensure that the
author
Nick Roberts
<nickrob@snap.net.nz>
Sat, 14 Apr 2007 12:34:35 +0000
(12:34 +0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Sat, 14 Apr 2007 12:34:35 +0000
(12:34 +0000)
global map isn't modified
lisp/tmm.el
patch
|
blob
|
history
diff --git
a/lisp/tmm.el
b/lisp/tmm.el
index 087d864d0c3a9ccbd0908a763544dcf2d7d083a3..f70a8cd2ea2722752af3ad345d9538d1d1b11653 100644
(file)
--- a/
lisp/tmm.el
+++ b/
lisp/tmm.el
@@
-541,7
+541,7
@@
of `menu-bar-final-items'."
;; 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 (c
dr (global-key-binding keyseq
)))
+ (setq globalbind (c
opy-sequence (cdr (global-key-binding keyseq)
)))
;; If items have been redefined/undefined locally, remove them from
;; the global list.