From 70ea295a116779697e528814626f7ef5bf9e3e94 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 13 Feb 2003 15:56:09 +0000 Subject: [PATCH] Use new ?\s syntax instead of "? " followed by a comment. --- lisp/international/characters.el | 2 +- lisp/ruler-mode.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/international/characters.el b/lisp/international/characters.el index 32f2de5e22f..23c38985ac7 100644 --- a/lisp/international/characters.el +++ b/lisp/international/characters.el @@ -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 diff --git a/lisp/ruler-mode.el b/lisp/ruler-mode.el index dc585a85118..5e839aff43c 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 (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 -- 2.39.2