# HG changeset patch # User Dave Love # Date 978622619 0 # Node ID eeb50448541d899cdc2b774d9c6907faeb8048e9 # Parent ff8d2960ae946181c446a0dc7fbeebe53ca63bb0 (whitespace-global-mode): Fix typo. diff -r ff8d2960ae94 -r eeb50448541d lisp/whitespace.el --- 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