summaryrefslogtreecommitdiff
path: root/lisp/which-func.el
diff options
context:
space:
mode:
authorDan Nicolaescu <done@ece.arizona.edu>1998-04-18 20:43:38 +0000
committerDan Nicolaescu <done@ece.arizona.edu>1998-04-18 20:43:38 +0000
commitdaa02ea5db4c8e5518fec72473b643910077de1e (patch)
treecaf2886b099cd5ef384be2c59a7705e419200e42 /lisp/which-func.el
parent78781cbeda43c2d193a00e392e2316d0bdad0dd2 (diff)
downloademacs-daa02ea5db4c8e5518fec72473b643910077de1e.tar.gz
emacs-daa02ea5db4c8e5518fec72473b643910077de1e.tar.bz2
emacs-daa02ea5db4c8e5518fec72473b643910077de1e.zip
*** empty log message ***
Diffstat (limited to 'lisp/which-func.el')
-rw-r--r--lisp/which-func.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/which-func.el b/lisp/which-func.el
index 1de0ad5e5ae..56cbbbab8cd 100644
--- a/lisp/which-func.el
+++ b/lisp/which-func.el
@@ -62,6 +62,11 @@
(defvar which-func-unknown "???"
"String to display in the mode line when current function is unknown.")
+(defgroup which-func nil
+ "Mode to display the current function name in the modeline."
+ :group 'tools
+ :version "20.3")
+
(defcustom which-func-modes
'(emacs-lisp-mode c-mode c++-mode perl-mode makefile-mode sh-mode)
"List of major modes for which `which-func-mode' should be used.