]> code.delx.au - gnu-emacs/commitdiff
Changed defcustoms should get :version bumps
authorGlenn Morris <rgm@gnu.org>
Sat, 14 Apr 2012 01:33:08 +0000 (18:33 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 14 Apr 2012 01:33:08 +0000 (18:33 -0700)
lisp/progmodes/which-func.el

index 8856550afa28e9f6a5a39c58706898bb17715360..f1c65272625a72ffe27301ada4e2657adeb75c00 100644 (file)
@@ -1,6 +1,6 @@
 ;;; which-func.el --- print current function in mode line
 
-;; Copyright (C) 1994, 1997-1998, 2001-2012  Free Software Foundation, Inc.
+;; Copyright (C) 1994, 1997-1998, 2001-2012 Free Software Foundation, Inc.
 
 ;; Author:   Alex Rezinsky <alexr@msil.sps.mot.com>
 ;;           (doesn't seem to be responsive any more)
@@ -80,6 +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
   :type '(choice (const :tag "All modes" t)
                 (repeat (symbol :tag "Major mode"))))