# HG changeset patch # User Karl Heuer # Date 930676996 0 # Node ID f294890b755529efd0ca2daaf517af6e235972c5 # Parent b57b0a4e4230eec3ac6b09d9206e1211924c3e85 (auto-show-mode): Fix Typo in :set. diff -r b57b0a4e4230 -r f294890b7555 lisp/auto-show.el --- a/lisp/auto-show.el Tue Jun 29 17:14:31 1999 +0000 +++ b/lisp/auto-show.el Tue Jun 29 17:23:16 1999 +0000 @@ -49,7 +49,7 @@ Setting this variable directly does not take effect; use either \\[customize] or the function `auto-show-mode'." - :set (lambda (symbol value) (auto-show mode value)) + :set (lambda (symbol value) (auto-show-mode value)) :require 'auto-show :initialize 'custom-initialize-default :link '(emacs-commentary-link "auto-show.el")