changeset 35050:eeb50448541d

(whitespace-global-mode): Fix typo.
author Dave Love <fx@gnu.org>
date Thu, 04 Jan 2001 15:36:59 +0000
parents ff8d2960ae94
children d80c28ab0b86
files lisp/whitespace.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/whitespace.el	Thu Jan 04 14:47:59 2001 +0000
+++ b/lisp/whitespace.el	Thu Jan 04 15:36:59 2001 +0000
@@ -592,7 +592,7 @@
 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