# HG changeset patch # User Stefan Monnier # Date 1184215026 0 # Node ID 69b5e2969dfe3ec3ccf85e9e30ce31e3e8456763 # Parent 0a0e79e508444715ec26fb3e9818c465d236bb88 (which-func-modes): Add `python-mode'. diff -r 0a0e79e50844 -r 69b5e2969dfe lisp/progmodes/which-func.el --- 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."