aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/which-func.el
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2007-07-12 04:37:06 +0000
committerStefan Monnier <[email protected]>2007-07-12 04:37:06 +0000
commitd1947d4c8f91b75bde4e57323d57098e321d60fa (patch)
tree50548135cb4dc3b388f380ac770b27a7865ce829 /lisp/progmodes/which-func.el
parent4f7a582baa73efb4e6d4cbe7205572b6f03a15eb (diff)
(which-func-modes): Add `python-mode'.
Diffstat (limited to 'lisp/progmodes/which-func.el')
-rw-r--r--lisp/progmodes/which-func.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/which-func.el b/lisp/progmodes/which-func.el
index 43c70f67df..5b5c13342a 100644
--- a/lisp/progmodes/which-func.el
+++ b/lisp/progmodes/which-func.el
@@ -76,8 +76,8 @@
:version "20.3")
(defcustom which-func-modes
- '(emacs-lisp-mode c-mode c++-mode perl-mode cperl-mode makefile-mode
- sh-mode fortran-mode f90-mode ada-mode)
+ '(emacs-lisp-mode c-mode c++-mode perl-mode cperl-mode python-mode
+ makefile-mode sh-mode fortran-mode f90-mode ada-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."