]> git.eshelyaron.com Git - emacs.git/commitdiff
(which-func-current, which-func-format):
authorRichard M. Stallman <rms@gnu.org>
Sun, 18 May 2003 15:07:11 +0000 (15:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 18 May 2003 15:07:11 +0000 (15:07 +0000)
Preload the risky-local-variable properties for them.

lisp/which-func.el

index 57e9463f444c5cddca74ac4fcdb2311de8b95011..d6bc88c37cae6595b4483e9d955b0b30142a7215 100644 (file)
@@ -103,7 +103,7 @@ Zero means compute the Imenu menu regardless of size."
   "Format for displaying the function in the mode line."
   :group 'which-func
   :type 'sexp)
-(put 'which-func-format 'risky-local-variable t)
+;;;###autoload (put 'which-func-format 'risky-local-variable t)
 
 (defvar which-func-cleanup-function nil
   "Function to transform a string before displaying it in the mode line.
@@ -125,7 +125,7 @@ and you want to simplify them for the mode line
 
 (defconst which-func-current
   '(:eval (gethash (selected-window) which-func-table which-func-unknown)))
-(put 'which-func-current 'risky-local-variable t)
+;;;###autoload (put 'which-func-current 'risky-local-variable t)
 
 (defvar which-func-mode nil
   "Non-nil means display current function name in mode line.