summaryrefslogtreecommitdiff
path: root/lisp/which-func.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-08-14 08:40:13 +0000
committerRichard M. Stallman <rms@gnu.org>1998-08-14 08:40:13 +0000
commit70066cfdb19284ca565e23754d8da4cb0be9468d (patch)
tree2f44238813196b2ec8c0770c08254874fb172e45 /lisp/which-func.el
parent138b07c857175359a710b50b0bc85713a4a6564e (diff)
downloademacs-70066cfdb19284ca565e23754d8da4cb0be9468d.tar.gz
(which-func-modes): Add fortran-mode.
Diffstat (limited to 'lisp/which-func.el')
-rw-r--r--lisp/which-func.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/which-func.el b/lisp/which-func.el
index 121ccf5a6b7..af9fc74cd82 100644
--- a/lisp/which-func.el
+++ b/lisp/which-func.el
@@ -72,7 +72,8 @@
:version "20.3")
(defcustom which-func-modes
- '(emacs-lisp-mode c-mode c++-mode perl-mode makefile-mode sh-mode)
+ '(emacs-lisp-mode c-mode c++-mode perl-mode makefile-mode sh-mode
+ fortran-mode)
"List of major modes for which Which Function mode should be used.
For other modes it is disabled. If this is equal to t,
then Which Function mode is enabled in any major mode that supports it."