emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/edmacro.el,v
Date: Wed, 29 Aug 2007 05:28:40 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/08/29 05:28:10

Index: lisp/edmacro.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/edmacro.el,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -b -r1.43 -r1.44
--- lisp/edmacro.el     26 Jul 2007 05:26:22 -0000      1.43
+++ lisp/edmacro.el     29 Aug 2007 05:28:03 -0000      1.44
@@ -486,9 +486,9 @@
             (fkey nil) tlen tkey
             (bind (or (loop for map in maps for b = (lookup-key map key)
                             thereis (and (not (integerp b)) b))
-                      (and (setq fkey (lookup-key function-key-map rest-mac))
+                      (and (setq fkey (lookup-key local-function-key-map 
rest-mac))
                            (setq tlen fkey tkey (edmacro-subseq rest-mac 0 
tlen)
-                                 fkey (lookup-key function-key-map tkey))
+                                 fkey (lookup-key local-function-key-map tkey))
                            (loop for map in maps
                                  for b = (lookup-key map fkey)
                                  when (and (not (integerp b)) b)




reply via email to

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