Mercurial > emacs
changeset 81825:69b5e2969dfe
(which-func-modes): Add `python-mode'.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 12 Jul 2007 04:37:06 +0000 |
parents | 0a0e79e50844 |
children | 077a1e6fd3f2 |
files | lisp/progmodes/which-func.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/which-func.el Thu Jul 12 04:36:48 2007 +0000 +++ b/lisp/progmodes/which-func.el Thu Jul 12 04:37:06 2007 +0000 @@ -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."