all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Robert Pluim <rpluim@gmail.com>
To: Thuna <thuna.cing@gmail.com>
Cc: 61547@debbugs.gnu.org
Subject: bug#61547: [PATCH] calendar.el buffer name variables, use defcustom and change name
Date: Thu, 16 Feb 2023 11:37:21 +0100	[thread overview]
Message-ID: <87a61dopzy.fsf@gmail.com> (raw)
In-Reply-To: <87pmaa2l7n.fsf@gmail.com> (Thuna's message of "Thu, 16 Feb 2023 07:11:40 +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	other threads:[~2023-02-16 10:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-16  6:11 bug#61547: [PATCH] calendar.el buffer name variables, use defcustom and change name Thuna
2023-02-16 10:37 ` Robert Pluim [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a61dopzy.fsf@gmail.com \
    --to=rpluim@gmail.com \
    --cc=61547@debbugs.gnu.org \
    --cc=thuna.cing@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.