]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fwhere_is_internal): Last minute typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 10 Sep 2009 16:47:47 +0000 (16:47 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 10 Sep 2009 16:47:47 +0000 (16:47 +0000)
src/keymap.c

index 111352c7f8ac455e77db9d74779f974b2ba2c152..4ffb071272cf09906a55d2f933e60b0cfb7219fe 100644 (file)
@@ -2804,7 +2804,7 @@ remapped command in the returned list.  */)
   /* The keymaps in which to search.  */
   Lisp_Object keymaps;
   /* Potentially relevant bindings in "shortest to longest" order.  */
-  Lisp_Object sequences = Qnil,
+  Lisp_Object sequences = Qnil;
     /* Actually relevant bindings.  */
   Lisp_Object found = Qnil;
   /* 1 means ignore all menu bindings entirely.  */