From: Stefan Monnier Date: Thu, 12 Jul 2007 04:37:06 +0000 (+0000) Subject: (which-func-modes): Add `python-mode'. X-Git-Tag: emacs-pretest-23.0.90~11948 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d1947d4c8f91b75bde4e57323d57098e321d60fa;p=emacs.git (which-func-modes): Add `python-mode'. --- 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 @@ :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."