]> git.eshelyaron.com Git - emacs.git/commitdiff
Use new ?\s syntax instead of "? " followed by a comment.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 13 Feb 2003 15:56:09 +0000 (15:56 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 13 Feb 2003 15:56:09 +0000 (15:56 +0000)
lisp/international/characters.el
lisp/ruler-mode.el

index 32f2de5e22fd0f0489ed0b9830dcbf3eb1bfaf5f..23c38985ac786f01e56c9b7cd0c33bf4a9b93626 100644 (file)
@@ -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
index dc585a85118bd2e7299e5a51a6b7185e0d7fa203..5e839aff43cf72895da9960ac9448b4ecf7201eb 100644 (file)
@@ -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 ?\   ; Comment to protect space from deletion
+(defcustom ruler-mode-margins-char ?\s
   "*Character used in margin areas."
   :group 'ruler-mode
   :type '(choice