From 0e6f68deacee2b07614b3af8b55bfa75a2afa82d Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 29 Jun 1999 17:23:16 +0000 Subject: [PATCH] (auto-show-mode): Fix Typo in :set. --- lisp/auto-show.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.39.2