# HG changeset patch # User Kim F. Storm # Date 1105293781 0 # Node ID 85a7102acb30434da538c5cd99b4b28bac67cdb7 # Parent 42dbbd20dc2dea2a8a5deed2cd28ab0fd43ef8ea Fix last change -- initialize Vshow_nonbreak_escape instead of Vshow_trailing_whitespace. diff -r 42dbbd20dc2d -r 85a7102acb30 src/xdisp.c --- 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.