1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-26 19:18:50 +00:00

(which-function-mode): New alias.

This commit is contained in:
Richard M. Stallman 1998-05-06 19:43:11 +00:00
parent b2118a4123
commit 4ed0c28d70

View File

@ -159,6 +159,10 @@ It creates the Imenu index for the buffer, if necessary."
(which-func-mode -1) ; Function mode off
(message "Error in which-func-update: %s" info))))
;; This is the name people would normally expect.
;;;###autoload
(defalias 'which-function-mode 'which-func-mode)
;;;###autoload
(defun which-func-mode (&optional arg)
"Toggle Which Function mode, globally.