comparison 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
comparison
equal deleted inserted replaced
84389:dcd4f2cd850a 84390:28620c3d5a1a
75 :group 'tools 75 :group 'tools
76 :version "20.3") 76 :version "20.3")
77 77
78 (defcustom which-func-modes 78 (defcustom which-func-modes
79 '(emacs-lisp-mode c-mode c++-mode perl-mode cperl-mode python-mode 79 '(emacs-lisp-mode c-mode c++-mode perl-mode cperl-mode python-mode
80 makefile-mode sh-mode fortran-mode f90-mode ada-mode) 80 makefile-mode sh-mode fortran-mode f90-mode ada-mode
81 diff-mode)
81 "List of major modes for which Which Function mode should be used. 82 "List of major modes for which Which Function mode should be used.
82 For other modes it is disabled. If this is equal to t, 83 For other modes it is disabled. If this is equal to t,
83 then Which Function mode is enabled in any major mode that supports it." 84 then Which Function mode is enabled in any major mode that supports it."
84 :group 'which-func 85 :group 'which-func
85 :type '(choice (const :tag "All modes" t) 86 :type '(choice (const :tag "All modes" t)