changeset 49769:5ed59fd23bc4

Use new ?\s syntax instead of "? " followed by a comment.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 13 Feb 2003 15:56:09 +0000
parents ffe55e61c3fc
children b1d66c1e6ee6
files lisp/international/characters.el lisp/ruler-mode.el
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/characters.el	Thu Feb 13 15:54:19 2003 +0000
+++ b/lisp/international/characters.el	Thu Feb 13 15:56:09 2003 +0000
@@ -83,7 +83,7 @@
 (define-category ?| "While filling, we can break a line at this character.")
 
 ;; For indentation calculation.
-(define-category ?                      ; Comment to protect space from deletion
+(define-category ?\s
   "This character counts as a space for indentation purposes.")
 
 ;; Keep the following for `kinsoku' processing.  See comments in
--- a/lisp/ruler-mode.el	Thu Feb 13 15:54:19 2003 +0000
+++ b/lisp/ruler-mode.el	Thu Feb 13 15:56:09 2003 +0000
@@ -179,7 +179,7 @@
           (integer :tag "Integer char value"
                    :validate ruler-mode-character-validate)))
 
-(defcustom ruler-mode-margins-char ?\   ; Comment to protect space from deletion
+(defcustom ruler-mode-margins-char ?\s
   "*Character used in margin areas."
   :group 'ruler-mode
   :type '(choice