Mercurial > emacs
comparison src/xmenu.c @ 21178:85fd58cb0654
(set_frame_menubar): Fstore_match_data => Fset_match_data.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 14 Mar 1998 08:23:56 +0000 |
parents | a24936ad1a35 |
children | 10e1764f84b8 |
comparison
equal
deleted
inserted
replaced
21177:73f8ae8312c8 | 21178:85fd58cb0654 |
---|---|
1682 specbind (Qinhibit_quit, Qt); | 1682 specbind (Qinhibit_quit, Qt); |
1683 /* Don't let the debugger step into this code | 1683 /* Don't let the debugger step into this code |
1684 because it is not reentrant. */ | 1684 because it is not reentrant. */ |
1685 specbind (Qdebug_on_next_call, Qnil); | 1685 specbind (Qdebug_on_next_call, Qnil); |
1686 | 1686 |
1687 record_unwind_protect (Fstore_match_data, Fmatch_data (Qnil, Qnil)); | 1687 record_unwind_protect (Fset_match_data, Fmatch_data (Qnil, Qnil)); |
1688 if (NILP (Voverriding_local_map_menu_flag)) | 1688 if (NILP (Voverriding_local_map_menu_flag)) |
1689 { | 1689 { |
1690 specbind (Qoverriding_terminal_local_map, Qnil); | 1690 specbind (Qoverriding_terminal_local_map, Qnil); |
1691 specbind (Qoverriding_local_map, Qnil); | 1691 specbind (Qoverriding_local_map, Qnil); |
1692 } | 1692 } |