From: Richard M. Stallman Date: Wed, 6 May 1998 19:43:11 +0000 (+0000) Subject: (which-function-mode): New alias. X-Git-Tag: emacs-20.3~1117 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4ed0c28d70c3363473957b244915b792d2f7e689;p=emacs.git (which-function-mode): New alias. --- diff --git a/lisp/which-func.el b/lisp/which-func.el index 9ff0b57334c..dceb3bf40e8 100644 --- a/lisp/which-func.el +++ b/lisp/which-func.el @@ -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.