changeset 12017:0d73575a1c0e

(update_menu_bar): Reverse test of save_match_data.
author Karl Heuer <kwzh@gnu.org>
date Tue, 30 May 1995 18:46:24 +0000
parents 3fd7ef954be6
children f5d820ad7a13
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Tue May 30 18:39:33 1995 +0000
+++ b/src/xdisp.c	Tue May 30 18:46:24 1995 +0000
@@ -1255,7 +1255,7 @@
 	  struct buffer *prev = current_buffer;
 	  int count = specpdl_ptr - specpdl;
 
-	  if (!save_match_data)
+	  if (save_match_data)
 	    record_unwind_protect (Fstore_match_data, Fmatch_data ());
 
 	  call1 (Vrun_hooks, Qmenu_bar_update_hook);