]> git.eshelyaron.com Git - emacs.git/commitdiff
(whitespace-global-mode): Fix typo.
authorDave Love <fx@gnu.org>
Thu, 4 Jan 2001 15:36:59 +0000 (15:36 +0000)
committerDave Love <fx@gnu.org>
Thu, 4 Jan 2001 15:36:59 +0000 (15:36 +0000)
lisp/whitespace.el

index 014e87eba2c5b5edebb70ad714f18d178c835244..7f48560a245392eb1882b047dd61f36273224d19 100644 (file)
@@ -592,7 +592,7 @@ Setting this variable directly does not take effect;
 use either \\[customize] or the function `whitespace-global-mode'
 \(which see)."
   :set (lambda (sym val)
-        (whitespace-global-mode (or value 0)))
+        (whitespace-global-mode (or val 0)))
   :initialize 'custom-initialize-default
   :type 'boolean
   :group 'whitespace