# HG changeset patch # User Richard M. Stallman # Date 894483791 0 # Node ID 79c7369b9ab40e7b1117c336cd9ebbfc8ab87345 # Parent 6ca7cc11f56a1a37e01c8d21c03779c1672f5026 (which-function-mode): New alias. diff -r 6ca7cc11f56a -r 79c7369b9ab4 lisp/which-func.el --- 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.