aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2003-02-04 17:07:42 +0000
committerJuanma Barranquero2003-02-04 17:07:42 +0000
commitd84e777aa1d2ace0125dd2fac1ab2c15f57ab2e2 (patch)
tree39c8c705f8031c4450a2c8233b5591ba14a34ec5
parent8ee2b520679e871193ccc2dba4659d18b24e3378 (diff)
downloademacs-d84e777aa1d2ace0125dd2fac1ab2c15f57ab2e2.tar.gz
emacs-d84e777aa1d2ace0125dd2fac1ab2c15f57ab2e2.zip
Restore missing space and put a comment to protect it from being deleted as
trailing whitespace.
-rw-r--r--lisp/ChangeLog10
-rw-r--r--lisp/ruler-mode.el2
2 files changed, 6 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2e4f74ff167..d2da1e07426 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,8 +1,3 @@
12003-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
62003-02-04 Richard M. Stallman <rms@gnu.org> 12003-02-04 Richard M. Stallman <rms@gnu.org>
7 2
8 * term.el (term-raw-map): Set it up at load time. 3 * term.el (term-raw-map): Set it up at load time.
@@ -41,6 +36,11 @@
41 36
42 * image.el (image-type-regexps): Fix typo. 37 * image.el (image-type-regexps): Fix typo.
43 38
39 * international/characters.el: Restore missing space and put a
40 comment to protect it from being deleted as trailing whitespace.
41
42 * ruler-mode.el (ruler-mode-margins-char): Likewise.
43
442003-02-04 Francesco Potort,Al(B <pot@gnu.org> 442003-02-04 Francesco Potort,Al(B <pot@gnu.org>
45 45
46 * mail/rmailout.el (rmail-output): If preserving MIME-version, 46 * mail/rmailout.el (rmail-output): If preserving MIME-version,
diff --git a/lisp/ruler-mode.el b/lisp/ruler-mode.el
index 4727af23da6..dc585a85118 100644
--- a/lisp/ruler-mode.el
+++ b/lisp/ruler-mode.el
@@ -179,7 +179,7 @@ or remove a tab stop. \\[ruler-mode-toggle-show-tab-stops] or
179 (integer :tag "Integer char value" 179 (integer :tag "Integer char value"
180 :validate ruler-mode-character-validate))) 180 :validate ruler-mode-character-validate)))
181 181
182(defcustom ruler-mode-margins-char ?\ 182(defcustom ruler-mode-margins-char ?\ ; Comment to protect space from deletion
183 "*Character used in margin areas." 183 "*Character used in margin areas."
184 :group 'ruler-mode 184 :group 'ruler-mode
185 :type '(choice 185 :type '(choice