From: Leo Liu Date: Fri, 13 Apr 2012 15:19:58 +0000 (+0800) Subject: * lisp/progmodes/which-func.el (which-func-modes): Add objc-mode. X-Git-Tag: emacs-24.2.90~471^2~364^2~10 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=adedaa1fa6ae0974952fb76cb095c52887b044b1;p=emacs.git * lisp/progmodes/which-func.el (which-func-modes): Add objc-mode. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b820ef5a056..4ca71350cb3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-04-13 Leo Liu + + * progmodes/which-func.el (which-func-modes): Add objc-mode. + 2012-04-13 Ken Brown * net/browse-url.el (browse-url-file-url): Remove Cygwin hack; 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 @@ :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.