diff options
| author | Karl Heuer | 1998-04-09 17:04:35 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-04-09 17:04:35 +0000 |
| commit | 78781e92a6edf2d8be6a9020d35eeb8a20e0ee93 (patch) | |
| tree | 857ef3ff001ee47d426492c6555a3cf8acfe7d87 | |
| parent | 8be35eabe653d17ec15449a47583bcd8fac4ebc4 (diff) | |
| download | emacs-78781e92a6edf2d8be6a9020d35eeb8a20e0ee93.tar.gz emacs-78781e92a6edf2d8be6a9020d35eeb8a20e0ee93.zip | |
(set_frame_menubar): Call Fset_match_data, not
Fstore_match_data.
| -rw-r--r-- | src/w32menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32menu.c b/src/w32menu.c index 73f1dcb920b..c078f977081 100644 --- a/src/w32menu.c +++ b/src/w32menu.c | |||
| @@ -1542,7 +1542,7 @@ set_frame_menubar (f, first_time, deep_p) | |||
| 1542 | because it is not reentrant. */ | 1542 | because it is not reentrant. */ |
| 1543 | specbind (Qdebug_on_next_call, Qnil); | 1543 | specbind (Qdebug_on_next_call, Qnil); |
| 1544 | 1544 | ||
| 1545 | record_unwind_protect (Fstore_match_data, Fmatch_data (Qnil, Qnil)); | 1545 | record_unwind_protect (Fset_match_data, Fmatch_data (Qnil, Qnil)); |
| 1546 | if (NILP (Voverriding_local_map_menu_flag)) | 1546 | if (NILP (Voverriding_local_map_menu_flag)) |
| 1547 | { | 1547 | { |
| 1548 | specbind (Qoverriding_terminal_local_map, Qnil); | 1548 | specbind (Qoverriding_terminal_local_map, Qnil); |