mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-02 10:11:05 -08:00
(menu_bar_items): Call Fnreverse before restoring Vinhibit_quit.
This commit is contained in:
parent
6fcb1cf390
commit
85e28fa2a7
1 changed files with 2 additions and 1 deletions
|
|
@ -3118,8 +3118,9 @@ menu_bar_items ()
|
|||
result = menu_bar_one_keymap (def, result);
|
||||
}
|
||||
|
||||
result = Fnreverse (result);
|
||||
Vinhibit_quit = oquit;
|
||||
return Fnreverse (result);
|
||||
return result;
|
||||
}
|
||||
|
||||
/* Scan one map KEYMAP, accumulating any menu items it defines
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue