From: Glenn Morris Date: Sat, 14 Apr 2012 17:53:52 +0000 (-0700) Subject: Comment. X-Git-Tag: emacs-24.2.90~471^2~360^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c80ae807c532597ba07ff028efc8add447f962e;p=emacs.git Comment. --- diff --git a/lisp/progmodes/which-func.el b/lisp/progmodes/which-func.el index bacc542a388..c8435c14ea2 100644 --- a/lisp/progmodes/which-func.el +++ b/lisp/progmodes/which-func.el @@ -80,7 +80,7 @@ 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." :group 'which-func - :version "24.2" ; added objc-mode + :version "24.2" ; explicit list -> t :type '(choice (const :tag "All modes" t) (repeat (symbol :tag "Major mode"))))