comparison lisp/progmodes/which-func.el @ 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 e3694f1cb928
children b98604865ea0 a66921565bcb
comparison
equal deleted inserted replaced
81824:0a0e79e50844 81825:69b5e2969dfe
74 "Mode to display the current function name in the modeline." 74 "Mode to display the current function name in the modeline."
75 :group 'tools 75 :group 'tools
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."
84 :group 'which-func 84 :group 'which-func
85 :type '(choice (const :tag "All modes" t) 85 :type '(choice (const :tag "All modes" t)