comparison 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
comparison
equal deleted inserted replaced
23017:3261e4a5f472 23018:114211878bf9
70 "Mode to display the current function name in the modeline." 70 "Mode to display the current function name in the modeline."
71 :group 'tools 71 :group 'tools
72 :version "20.3") 72 :version "20.3")
73 73
74 (defcustom which-func-modes 74 (defcustom which-func-modes
75 '(emacs-lisp-mode c-mode c++-mode perl-mode makefile-mode sh-mode) 75 '(emacs-lisp-mode c-mode c++-mode perl-mode makefile-mode sh-mode
76 fortran-mode)
76 "List of major modes for which Which Function mode should be used. 77 "List of major modes for which Which Function mode should be used.
77 For other modes it is disabled. If this is equal to t, 78 For other modes it is disabled. If this is equal to t,
78 then Which Function mode is enabled in any major mode that supports it." 79 then Which Function mode is enabled in any major mode that supports it."
79 :group 'which-func 80 :group 'which-func
80 :type '(choice (const :tag "All modes" t) 81 :type '(choice (const :tag "All modes" t)