diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 16:06:31 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 16:06:31 +0000 |
commit | 8ee2b520679e871193ccc2dba4659d18b24e3378 (patch) | |
tree | e1044074011e2f23ade0710509b9b76d082f9ce8 /lisp/international/characters.el | |
parent | 177c0ea74342272645959b82cf219faa0b3dba16 (diff) | |
download | emacs-8ee2b520679e871193ccc2dba4659d18b24e3378.tar.gz |
Restore missing space and put a comment to protect it from being deleted as
trailing whitespace.
Diffstat (limited to 'lisp/international/characters.el')
-rw-r--r-- | lisp/international/characters.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/characters.el b/lisp/international/characters.el index a300cdef558..32f2de5e22f 100644 --- a/lisp/international/characters.el +++ b/lisp/international/characters.el @@ -83,7 +83,7 @@ (define-category ?| "While filling, we can break a line at this character.") ;; For indentation calculation. -(define-category ? +(define-category ? ; Comment to protect space from deletion "This character counts as a space for indentation purposes.") ;; Keep the following for `kinsoku' processing. See comments in |