changeset 88113:c80332ad12c1

(global-whitespace-mode): Fix modeline lighter.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 01 Feb 2008 10:22:28 +0000
parents 70bf1e0f5621
children cdc2587a2082
files lisp/whitespace.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/whitespace.el	Fri Feb 01 05:52:21 2008 +0000
+++ b/lisp/whitespace.el	Fri Feb 01 10:22:28 2008 +0000
@@ -908,7 +908,7 @@
 If ARG is a number greater than zero, turn on visualization;
 otherwise, turn off visualization.
 Only useful with a windowing system."
-  :lighter    " BL"
+  :lighter    " WS"
   :init-value nil
   :global     t
   :group      'whitespace