Mercurial > emacs
comparison src/keymap.c @ 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 | c603ee2aac17 |
comparison
equal
deleted
inserted
replaced
104918:cd8d62c35d57 | 104919:ad7987e70109 |
---|---|
2802 Lisp_Object firstonly, noindirect, no_remap; | 2802 Lisp_Object firstonly, noindirect, no_remap; |
2803 { | 2803 { |
2804 /* The keymaps in which to search. */ | 2804 /* The keymaps in which to search. */ |
2805 Lisp_Object keymaps; | 2805 Lisp_Object keymaps; |
2806 /* Potentially relevant bindings in "shortest to longest" order. */ | 2806 /* Potentially relevant bindings in "shortest to longest" order. */ |
2807 Lisp_Object sequences = Qnil, | 2807 Lisp_Object sequences = Qnil; |
2808 /* Actually relevant bindings. */ | 2808 /* Actually relevant bindings. */ |
2809 Lisp_Object found = Qnil; | 2809 Lisp_Object found = Qnil; |
2810 /* 1 means ignore all menu bindings entirely. */ | 2810 /* 1 means ignore all menu bindings entirely. */ |
2811 int nomenus = !NILP (firstonly) && !EQ (firstonly, Qnon_ascii); | 2811 int nomenus = !NILP (firstonly) && !EQ (firstonly, Qnon_ascii); |
2812 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5; | 2812 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5; |