changeset 59441:85a7102acb30

Fix last change -- initialize Vshow_nonbreak_escape instead of Vshow_trailing_whitespace.
author Kim F. Storm <storm@cua.dk>
date Sun, 09 Jan 2005 18:03:01 +0000
parents 42dbbd20dc2d
children 37d47d9bf8b1
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Sun Jan 09 16:24:30 2005 +0000
+++ b/src/xdisp.c	Sun Jan 09 18:03:01 2005 +0000
@@ -22360,7 +22360,7 @@
 
   DEFVAR_LISP ("show-nonbreak-escape", &Vshow_nonbreak_escape,
     doc: /* *Non-nil means display escape character before non-break space and hyphen.  */);
-  Vshow_trailing_whitespace = Qt;
+  Vshow_nonbreak_escape = Qt;
 
   DEFVAR_LISP ("void-text-area-pointer", &Vvoid_text_area_pointer,
     doc: /* *The pointer shape to show in void text areas.