bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61547: [PATCH] calendar.el buffer name variables, use defcustom and


From: Robert Pluim
Subject: bug#61547: [PATCH] calendar.el buffer name variables, use defcustom and change name
Date: Thu, 16 Feb 2023 11:37:21 +0100

>>>>> On Thu, 16 Feb 2023 07:11:40 +0100, Thuna <thuna.cing@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
-- 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]