From 327732d994c98849c765659aa2164a7482b6beab Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 13 Apr 2012 18:33:08 -0700 Subject: [PATCH] Changed defcustoms should get :version bumps --- lisp/progmodes/which-func.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/progmodes/which-func.el b/lisp/progmodes/which-func.el index 8856550afa2..f1c65272625 100644 --- a/lisp/progmodes/which-func.el +++ b/lisp/progmodes/which-func.el @@ -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 ;; (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")))) -- 2.39.2