Mercurial > emacs
changeset 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 | 3261e4a5f472 |
children | 60f63c8a3837 |
files | lisp/which-func.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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."