diff options
| -rw-r--r-- | lisp/which-func.el | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
| 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." |