Changed defcustoms should get :version bumps
This commit is contained in:
parent
b472a59444
commit
327732d994
1 changed files with 2 additions and 1 deletions
|
@ -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"))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue