]> git.eshelyaron.com Git - emacs.git/commitdiff
Added diff-mode to `which-func-modes'.
authorMasatake YAMATO <jet@gyve.org>
Sat, 8 Sep 2007 04:35:39 +0000 (04:35 +0000)
committerMasatake YAMATO <jet@gyve.org>
Sat, 8 Sep 2007 04:35:39 +0000 (04:35 +0000)
lisp/ChangeLog
lisp/progmodes/which-func.el

index 1c9c2020c01d1fe04e1006a56290ac5425b83225..f6a9176d1656db6aa75efc89634840e4f674893b 100644 (file)
@@ -1,5 +1,7 @@
 2007-09-08  Masatake YAMATO  <jet@gyve.org>
 
+       * progmodes/which-func.el (which-func-modes): Added diff-mode.
+
        * progmodes/cc-langs.el: Support new keywords added to 
        objective-c frontend of gcc.
        (c-simple-stmt-kwds): Added @throw.
index 5307445dc0435c525099a8c3800911518413eaf6..577ad024a2bcb1e54d37a76c61d2f5e22ffb641f 100644 (file)
@@ -77,7 +77,8 @@
 
 (defcustom which-func-modes
   '(emacs-lisp-mode c-mode c++-mode perl-mode cperl-mode python-mode
-                   makefile-mode sh-mode fortran-mode f90-mode ada-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.
 For other modes it is disabled.  If this is equal to t,
 then Which Function mode is enabled in any major mode that supports it."