From: Karl Heuer Date: Tue, 29 Jun 1999 17:23:16 +0000 (+0000) Subject: (auto-show-mode): Fix Typo in :set. X-Git-Tag: emacs-20.4~48 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0e6f68deacee2b07614b3af8b55bfa75a2afa82d;p=emacs.git (auto-show-mode): Fix Typo in :set. --- diff --git a/lisp/auto-show.el b/lisp/auto-show.el index 67d712b0796..7bee39e2ece 100644 --- a/lisp/auto-show.el +++ b/lisp/auto-show.el @@ -49,7 +49,7 @@ This variable is automatically local in each buffer where it is set. 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")