summaryrefslogtreecommitdiff
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2012-04-13 22:31:50 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2012-04-13 22:31:50 -0400
commitab036cd7bdd7b087047d241ffb5607d14942179e (patch)
treee23fcd09ae5352fc52ae4e8bbece56c61bea690a /lisp/progmodes
parent1e103a7cd8a0210ad6d66d6105192e8ab8df19e5 (diff)
downloademacs-ab036cd7bdd7b087047d241ffb5607d14942179e.tar.gz
emacs-ab036cd7bdd7b087047d241ffb5607d14942179e.tar.bz2
emacs-ab036cd7bdd7b087047d241ffb5607d14942179e.zip
* lisp/progmodes/which-func.el (which-func-modes): Change default.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/which-func.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/progmodes/which-func.el b/lisp/progmodes/which-func.el
index f1c65272625..bacc542a388 100644
--- a/lisp/progmodes/which-func.el
+++ b/lisp/progmodes/which-func.el
@@ -72,10 +72,10 @@
:group 'tools
:version "20.3")
-(defcustom which-func-modes
- '(emacs-lisp-mode c-mode c++-mode objc-mode perl-mode cperl-mode python-mode
- makefile-mode sh-mode fortran-mode f90-mode ada-mode
- diff-mode)
+(defcustom which-func-modes t
+ ;; '(emacs-lisp-mode c-mode c++-mode objc-mode perl-mode cperl-mode python-mode
+ ;; makefile-mode sh-mode fortran-mode f90-mode ada-mode
+ ;; diff-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."