diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/international/characters.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index aac0ae717bf..2e4f74ff167 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2003-02-04 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * international/characters.el: Restore missing space and put a | ||
| 4 | comment to protect it from being deleted as trailing whitespace. | ||
| 5 | |||
| 1 | 2003-02-04 Richard M. Stallman <rms@gnu.org> | 6 | 2003-02-04 Richard M. Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * term.el (term-raw-map): Set it up at load time. | 8 | * term.el (term-raw-map): Set it up at load time. |
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 @@ | |||
| 83 | (define-category ?| "While filling, we can break a line at this character.") | 83 | (define-category ?| "While filling, we can break a line at this character.") |
| 84 | 84 | ||
| 85 | ;; For indentation calculation. | 85 | ;; For indentation calculation. |
| 86 | (define-category ? | 86 | (define-category ? ; Comment to protect space from deletion |
| 87 | "This character counts as a space for indentation purposes.") | 87 | "This character counts as a space for indentation purposes.") |
| 88 | 88 | ||
| 89 | ;; Keep the following for `kinsoku' processing. See comments in | 89 | ;; Keep the following for `kinsoku' processing. See comments in |