aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorLeo Liu2012-04-13 23:19:58 +0800
committerLeo Liu2012-04-13 23:19:58 +0800
commitadedaa1fa6ae0974952fb76cb095c52887b044b1 (patch)
tree088274bbe5f1543c9569a0ce3fc3f49af44f2d86 /lisp/progmodes
parent70e74021ee9361a00aa3ad5349a20262876f02e7 (diff)
downloademacs-adedaa1fa6ae0974952fb76cb095c52887b044b1.tar.gz
emacs-adedaa1fa6ae0974952fb76cb095c52887b044b1.zip
* lisp/progmodes/which-func.el (which-func-modes): Add objc-mode.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/which-func.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/which-func.el b/lisp/progmodes/which-func.el
index 721c610517a..8856550afa2 100644
--- a/lisp/progmodes/which-func.el
+++ b/lisp/progmodes/which-func.el
@@ -73,7 +73,7 @@
73 :version "20.3") 73 :version "20.3")
74 74
75(defcustom which-func-modes 75(defcustom which-func-modes
76 '(emacs-lisp-mode c-mode c++-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.