]> code.delx.au - gnu-emacs/blobdiff - lisp/edmacro.el
Merge from emacs--devo--0
[gnu-emacs] / lisp / edmacro.el
index 6a0b28a4b82ca97fdfb2419ae190aa210f70c301..55138f18bca67705915fb1d93b23f86b25c1afab 100644 (file)
@@ -486,9 +486,9 @@ doubt, use whitespace."
             (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)