aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorStefan Monnier2012-04-13 22:31:50 -0400
committerStefan Monnier2012-04-13 22:31:50 -0400
commitab036cd7bdd7b087047d241ffb5607d14942179e (patch)
treee23fcd09ae5352fc52ae4e8bbece56c61bea690a /lisp/progmodes
parent1e103a7cd8a0210ad6d66d6105192e8ab8df19e5 (diff)
downloademacs-ab036cd7bdd7b087047d241ffb5607d14942179e.tar.gz
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 @@
72 :group 'tools 72 :group 'tools
73 :version "20.3") 73 :version "20.3")
74 74
75(defcustom which-func-modes 75(defcustom which-func-modes t
76 '(emacs-lisp-mode c-mode c++-mode objc-mode perl-mode cperl-mode python-mode 76 ;; '(emacs-lisp-mode c-mode c++-mode objc-mode perl-mode cperl-mode python-mode
77 makefile-mode sh-mode fortran-mode f90-mode ada-mode 77 ;; makefile-mode sh-mode fortran-mode f90-mode ada-mode
78 diff-mode) 78 ;; diff-mode)
79 "List of major modes for which Which Function mode should be used. 79 "List of major modes for which Which Function mode should be used.
80For other modes it is disabled. If this is equal to t, 80For other modes it is disabled. If this is equal to t,
81then Which Function mode is enabled in any major mode that supports it." 81then Which Function mode is enabled in any major mode that supports it."