GNU bug report logs -
#61547
[PATCH] calendar.el buffer name variables, use defcustom and change name
Previous Next
Full log
View this message in rfc822 format
>>>>> On Thu, 16 Feb 2023 07:11:40 +0100, Thuna <thuna.cing <at> gmail.com> said:
Thuna> -(defconst calendar-buffer "*Calendar*"
Thuna> - "Name of the buffer used for the calendar.")
Thuna> +(defcustom calendar-buffer "*Calendar*"
Thuna> + "Name of the buffer used for the calendar."
Thuna> + :type 'string
Thuna> + :version "30.0.50"
Thuna> + :group 'calendar)
Thuna> I used 30.0.50 as the version number for the `defcustom' and
Thuna> `make-obsolete-variable' in the patches. This should be correct but
Thuna> feel free to change as needed.
:version is the released version in which the defcustom will first
become available, in this case it should be "30.1" (and similarly for
`make-obsolete-variable')
Robert
--
This bug report was last modified 1 year and 288 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.