]> git.eshelyaron.com Git - emacs.git/commitdiff
(which-func-modes): Add fortran-mode.
authorRichard M. Stallman <rms@gnu.org>
Fri, 14 Aug 1998 08:40:13 +0000 (08:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 14 Aug 1998 08:40:13 +0000 (08:40 +0000)
lisp/which-func.el

index 121ccf5a6b7d760e0eda5df682e9bda58b5d1052..af9fc74cd82e0ef97b9905016d05778380a2a0c6 100644 (file)
@@ -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."