diff options
| author | Kim F. Storm | 2005-01-09 18:03:01 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-01-09 18:03:01 +0000 |
| commit | f6d3493798e8c2c22662753c58a3df7d2fe46c3e (patch) | |
| tree | dda7035ae09612d6c50b6ca0cf29f6d4dde9b9de /src | |
| parent | 809c26be25e03f577f8cb7d52849d2eb91ac143e (diff) | |
| download | emacs-f6d3493798e8c2c22662753c58a3df7d2fe46c3e.tar.gz emacs-f6d3493798e8c2c22662753c58a3df7d2fe46c3e.zip | |
Fix last change -- initialize Vshow_nonbreak_escape instead of
Vshow_trailing_whitespace.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index be0baecd76b..9bf37e21776 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -22360,7 +22360,7 @@ The face used for trailing whitespace is `trailing-whitespace'. */); | |||
| 22360 | 22360 | ||
| 22361 | DEFVAR_LISP ("show-nonbreak-escape", &Vshow_nonbreak_escape, | 22361 | DEFVAR_LISP ("show-nonbreak-escape", &Vshow_nonbreak_escape, |
| 22362 | doc: /* *Non-nil means display escape character before non-break space and hyphen. */); | 22362 | doc: /* *Non-nil means display escape character before non-break space and hyphen. */); |
| 22363 | Vshow_trailing_whitespace = Qt; | 22363 | Vshow_nonbreak_escape = Qt; |
| 22364 | 22364 | ||
| 22365 | DEFVAR_LISP ("void-text-area-pointer", &Vvoid_text_area_pointer, | 22365 | DEFVAR_LISP ("void-text-area-pointer", &Vvoid_text_area_pointer, |
| 22366 | doc: /* *The pointer shape to show in void text areas. | 22366 | doc: /* *The pointer shape to show in void text areas. |