1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00

* lisp/progmodes/which-func.el (which-func-modes): Add objc-mode.

This commit is contained in:
Leo Liu 2012-04-13 23:19:58 +08:00
parent 70e74021ee
commit adedaa1fa6
2 changed files with 5 additions and 1 deletions

View 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;

View 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.