Skip to content

Commit 1f8cc85

Browse files
committed
org-agenda: Replace 29.1 version keywords with package-version
* lisp/org-agenda.el (org-agenda-block-separator): (org-agenda-time-grid): (org-agenda-current-time-string): Replace version keyword with package-version keyword. Prefer package-version so that the help buffer shows This variable was introduced, or its default value was changed, in version 9.6 of the Org package that is part of Emacs 29.1. rather than This variable was introduced, or its default value was changed, in version 29.1 of Emacs.
1 parent 95a4c59 commit 1f8cc85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lisp/org-agenda.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ If it is a character, it will be repeated to fill the window width.
147147
If nil the separator is disabled. In `org-agenda-custom-commands' this
148148
addresses the separator between the current and the previous block."
149149
:group 'org-agenda
150-
:version "29.1"
150+
:package-version '(Org . "9.6")
151151
:type '(choice
152152
(const :tag "Disabled" nil)
153153
(character)
@@ -1571,7 +1571,7 @@ times that have a grid line.
15711571
The fourth item is a string placed after the grid times. This
15721572
will align with agenda items."
15731573
:group 'org-agenda-time-grid
1574-
:version "29.1"
1574+
:package-version '(Org . "9.6")
15751575
:type
15761576
'(list
15771577
(set :greedy t :tag "Grid Display Options"
@@ -1600,7 +1600,7 @@ will align with agenda items."
16001600
"now - - - - - - - - - - - - - - - - - - - - - - - - -")
16011601
"The string for the current time marker in the agenda."
16021602
:group 'org-agenda-time-grid
1603-
:version "29.1"
1603+
:package-version '(Org . "9.6")
16041604
:type 'string)
16051605

16061606
(defgroup org-agenda-sorting nil

0 commit comments

Comments
 (0)