diff lisp/progmodes/which-func.el @ 84390:28620c3d5a1a

Added diff-mode to `which-func-modes'.
author Masatake YAMATO <jet@gyve.org>
date Sat, 08 Sep 2007 04:35:39 +0000
parents e5a68f18fcb9
children 107ccd98fa12 bdb3fe0ba9fa
line wrap: on
line diff
--- a/lisp/progmodes/which-func.el	Sat Sep 08 04:31:08 2007 +0000
+++ b/lisp/progmodes/which-func.el	Sat Sep 08 04:35:39 2007 +0000
@@ -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."