changeset 21960:79c7369b9ab4

(which-function-mode): New alias.
author Richard M. Stallman <rms@gnu.org>
date Wed, 06 May 1998 19:43:11 +0000
parents 6ca7cc11f56a
children ace3a9c44f3a
files lisp/which-func.el
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/which-func.el	Wed May 06 14:58:47 1998 +0000
+++ b/lisp/which-func.el	Wed May 06 19:43:11 1998 +0000
@@ -159,6 +159,10 @@
      (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.