diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2009-09-10 16:47:47 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2009-09-10 16:47:47 +0000 |
commit | deeb21d4d76909c91f4f94f1fa1bbc782fb5f75a (patch) | |
tree | 5308ee9489502952deeafd19b3bfd7440a2c416e /src/keymap.c | |
parent | a88a5372fd9b93a3f8e3a3264de867f0ee0590cd (diff) | |
download | emacs-deeb21d4d76909c91f4f94f1fa1bbc782fb5f75a.tar.gz |
(Fwhere_is_internal): Last minute typo.
Diffstat (limited to 'src/keymap.c')
-rw-r--r-- | src/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c index 111352c7f8a..4ffb071272c 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -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. */ |