emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/which-func.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/which-func.el
Date: Sun, 18 May 2003 11:07:11 -0400

Index: emacs/lisp/which-func.el
diff -c emacs/lisp/which-func.el:1.31 emacs/lisp/which-func.el:1.32
*** emacs/lisp/which-func.el:1.31       Sat May 17 18:19:08 2003
--- emacs/lisp/which-func.el    Sun May 18 11:07:11 2003
***************
*** 103,109 ****
    "Format for displaying the function in the mode line."
    :group 'which-func
    :type 'sexp)
! (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.
--- 103,109 ----
    "Format for displaying the function in the mode line."
    :group 'which-func
    :type 'sexp)
! ;;;###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,131 ****
  
  (defconst which-func-current
    '(:eval (gethash (selected-window) which-func-table which-func-unknown)))
! (put 'which-func-current 'risky-local-variable t)
  
  (defvar which-func-mode nil
    "Non-nil means display current function name in mode line.
--- 125,131 ----
  
  (defconst which-func-current
    '(:eval (gethash (selected-window) which-func-table which-func-unknown)))
! ;;;###autoload (put 'which-func-current 'risky-local-variable t)
  
  (defvar which-func-mode nil
    "Non-nil means display current function name in mode line.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]