[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107891: * lisp/progmodes/which-func.
From: |
Leo Liu |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107891: * lisp/progmodes/which-func.el (which-func-modes): Add objc-mode. |
Date: |
Fri, 13 Apr 2012 23:19:58 +0800 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107891
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Fri 2012-04-13 23:19:58 +0800
message:
* lisp/progmodes/which-func.el (which-func-modes): Add objc-mode.
modified:
lisp/ChangeLog
lisp/progmodes/which-func.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2012-04-13 15:15:42 +0000
+++ b/lisp/ChangeLog 2012-04-13 15:19:58 +0000
@@ -1,3 +1,7 @@
+2012-04-13 Leo Liu <address@hidden>
+
+ * progmodes/which-func.el (which-func-modes): Add objc-mode.
+
2012-04-13 Ken Brown <address@hidden>
* net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
=== modified file 'lisp/progmodes/which-func.el'
--- a/lisp/progmodes/which-func.el 2012-01-19 07:21:25 +0000
+++ b/lisp/progmodes/which-func.el 2012-04-13 15:19:58 +0000
@@ -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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107891: * lisp/progmodes/which-func.el (which-func-modes): Add objc-mode.,
Leo Liu <=