]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change -- initialize Vshow_nonbreak_escape instead of
authorKim F. Storm <storm@cua.dk>
Sun, 9 Jan 2005 18:03:01 +0000 (18:03 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 9 Jan 2005 18:03:01 +0000 (18:03 +0000)
Vshow_trailing_whitespace.

src/xdisp.c

index be0baecd76b3ed29ccc44146a2defbc5ebf0067a..9bf37e21776bb52fa4322d2bd93aaa5dc9443e6e 100644 (file)
@@ -22360,7 +22360,7 @@ The face used for trailing whitespace is `trailing-whitespace'.  */);
 
   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.