From: Richard M. Stallman Date: Fri, 14 Aug 1998 08:40:13 +0000 (+0000) Subject: (which-func-modes): Add fortran-mode. X-Git-Tag: emacs-20.3~61 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=70066cfdb19284ca565e23754d8da4cb0be9468d;p=emacs.git (which-func-modes): Add fortran-mode. --- 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."