diff lisp/which-func.el @ 23018:114211878bf9

(which-func-modes): Add fortran-mode.
author Richard M. Stallman <rms@gnu.org>
date Fri, 14 Aug 1998 08:40:13 +0000
parents 87366acfb1e9
children df3df03d8a19
line wrap: on
line diff
--- a/lisp/which-func.el	Fri Aug 14 04:12:01 1998 +0000
+++ b/lisp/which-func.el	Fri Aug 14 08:40:13 1998 +0000
@@ -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."