mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Restore missing space and put a comment to protect it from being deleted as
trailing whitespace.
This commit is contained in:
parent
8ee2b52067
commit
d84e777aa1
2 changed files with 6 additions and 6 deletions
|
|
@ -1,8 +1,3 @@
|
|||
2003-02-04 Juanma Barranquero <lektu@terra.es>
|
||||
|
||||
* international/characters.el: Restore missing space and put a
|
||||
comment to protect it from being deleted as trailing whitespace.
|
||||
|
||||
2003-02-04 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* term.el (term-raw-map): Set it up at load time.
|
||||
|
|
@ -41,6 +36,11 @@
|
|||
|
||||
* image.el (image-type-regexps): Fix typo.
|
||||
|
||||
* international/characters.el: Restore missing space and put a
|
||||
comment to protect it from being deleted as trailing whitespace.
|
||||
|
||||
* ruler-mode.el (ruler-mode-margins-char): Likewise.
|
||||
|
||||
2003-02-04 Francesco Potort,Al(B <pot@gnu.org>
|
||||
|
||||
* mail/rmailout.el (rmail-output): If preserving MIME-version,
|
||||
|
|
|
|||
|
|
@ -179,7 +179,7 @@ or remove a tab stop. \\[ruler-mode-toggle-show-tab-stops] or
|
|||
(integer :tag "Integer char value"
|
||||
:validate ruler-mode-character-validate)))
|
||||
|
||||
(defcustom ruler-mode-margins-char ?\
|
||||
(defcustom ruler-mode-margins-char ?\ ; Comment to protect space from deletion
|
||||
"*Character used in margin areas."
|
||||
:group 'ruler-mode
|
||||
:type '(choice
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue