* lisp/progmodes/which-func.el (which-func-modes): Add objc-mode.
authorLeo Liu <sdl.web@gmail.com>
Fri, 13 Apr 2012 15:19:58 +0000 (23:19 +0800)
committerLeo Liu <sdl.web@gmail.com>
Fri, 13 Apr 2012 15:19:58 +0000 (23:19 +0800)
lisp/ChangeLog
lisp/progmodes/which-func.el

index b820ef5..4ca7135 100644 (file)
@@ -1,3 +1,7 @@
+2012-04-13  Leo Liu  <sdl.web@gmail.com>
+
+       * progmodes/which-func.el (which-func-modes): Add objc-mode.
+
 2012-04-13  Ken Brown  <kbrown@cornell.edu>
 
        * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
index 721c610..8856550 100644 (file)
@@ -73,7 +73,7 @@
   :version "20.3")
 
 (defcustom which-func-modes
-  '(emacs-lisp-mode c-mode c++-mode perl-mode cperl-mode python-mode
+  '(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.