diff options
| -rw-r--r-- | lisp/progmodes/which-func.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/which-func.el b/lisp/progmodes/which-func.el index 43c70f67dfb..5b5c13342ad 100644 --- a/lisp/progmodes/which-func.el +++ b/lisp/progmodes/which-func.el | |||
| @@ -76,8 +76,8 @@ | |||
| 76 | :version "20.3") | 76 | :version "20.3") |
| 77 | 77 | ||
| 78 | (defcustom which-func-modes | 78 | (defcustom which-func-modes |
| 79 | '(emacs-lisp-mode c-mode c++-mode perl-mode cperl-mode makefile-mode | 79 | '(emacs-lisp-mode c-mode c++-mode perl-mode cperl-mode python-mode |
| 80 | sh-mode fortran-mode f90-mode ada-mode) | 80 | makefile-mode sh-mode fortran-mode f90-mode ada-mode) |
| 81 | "List of major modes for which Which Function mode should be used. | 81 | "List of major modes for which Which Function mode should be used. |
| 82 | For other modes it is disabled. If this is equal to t, | 82 | For other modes it is disabled. If this is equal to t, |
| 83 | then Which Function mode is enabled in any major mode that supports it." | 83 | then Which Function mode is enabled in any major mode that supports it." |