comparison lisp/which-func.el @ 38437:e5c58ab7a99f

Doc fix.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 16 Jul 2001 12:46:31 +0000
parents b174db545cfd
children 9e8cfa1e3b05
comparison
equal deleted inserted replaced
38436:b174db545cfd 38437:e5c58ab7a99f
125 (make-variable-buffer-local 'which-func-current) 125 (make-variable-buffer-local 'which-func-current)
126 (make-variable-buffer-local 'which-func-previous) 126 (make-variable-buffer-local 'which-func-previous)
127 127
128 (defvar which-func-mode nil 128 (defvar which-func-mode nil
129 "Non-nil means display current function name in mode line. 129 "Non-nil means display current function name in mode line.
130 This makes a difference only if `which-function-mode' is non-nil") 130 This makes a difference only if `which-function-mode' is non-nil.")
131 (make-variable-buffer-local 'which-func-mode) 131 (make-variable-buffer-local 'which-func-mode)
132 ;;(put 'which-func-mode 'permanent-local t) 132 ;;(put 'which-func-mode 'permanent-local t)
133 133
134 (add-hook 'find-file-hooks 'which-func-ff-hook t) 134 (add-hook 'find-file-hooks 'which-func-ff-hook t)
135 135