comparison src/keyboard.c @ 3276:4a1d8a111149

(menu_bar_items): Call Fnreverse before restoring Vinhibit_quit.
author Richard M. Stallman <rms@gnu.org>
date Sat, 29 May 1993 21:03:32 +0000
parents b04e2b131ef0
children 4a10e4c34b11
comparison
equal deleted inserted replaced
3275:229c089f1d6f 3276:4a1d8a111149
3116 tem = Fkeymapp (def); 3116 tem = Fkeymapp (def);
3117 if (!NILP (tem)) 3117 if (!NILP (tem))
3118 result = menu_bar_one_keymap (def, result); 3118 result = menu_bar_one_keymap (def, result);
3119 } 3119 }
3120 3120
3121 result = Fnreverse (result);
3121 Vinhibit_quit = oquit; 3122 Vinhibit_quit = oquit;
3122 return Fnreverse (result); 3123 return result;
3123 } 3124 }
3124 3125
3125 /* Scan one map KEYMAP, accumulating any menu items it defines 3126 /* Scan one map KEYMAP, accumulating any menu items it defines
3126 that have not yet been seen in RESULT. Return the updated RESULT. */ 3127 that have not yet been seen in RESULT. Return the updated RESULT. */
3127 3128