changeset 104919:ad7987e70109

(Fwhere_is_internal): Last minute typo.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 10 Sep 2009 16:47:47 +0000
parents cd8d62c35d57
children 566d2dc55a9d
files src/keymap.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keymap.c	Thu Sep 10 16:19:52 2009 +0000
+++ b/src/keymap.c	Thu Sep 10 16:47:47 2009 +0000
@@ -2804,7 +2804,7 @@
   /* 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.  */