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:
parent
b2118a4123
commit
4ed0c28d70
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user