diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/progmodes/which-func.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b820ef5a056..4ca71350cb3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-04-13 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * progmodes/which-func.el (which-func-modes): Add objc-mode. | ||
| 4 | |||
| 1 | 2012-04-13 Ken Brown <kbrown@cornell.edu> | 5 | 2012-04-13 Ken Brown <kbrown@cornell.edu> |
| 2 | 6 | ||
| 3 | * net/browse-url.el (browse-url-file-url): Remove Cygwin hack; | 7 | * 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 @@ | |||
| 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. |