unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#2591: Custom should warn if 'other is not the last in a choice
       [not found] <xhzlfyvvap.fsf@fencepost.gnu.org>
@ 2023-10-03 22:21 ` Mauro Aranda
  0 siblings, 0 replies; only message in thread
From: Mauro Aranda @ 2023-10-03 22:21 UTC (permalink / raw)
  To: 2591; +Cc: rms

close 2591 30.1
quit


Richard M Stallman <rms@gnu.org> writes:

 > [ resent from
 > http://lists.gnu.org/archive/html/emacs-devel/2009-03/msg00002.html ]
 >
 > Regarding this change,
 >
 >        :group 'find-file
 >        :version "23.1"
 >     -  :type '(choice (other :tag "Always" t)
 >     -         (const :tag "After completion" after-completion)
 >     -         (const :tag "Never" nil)))
 >     +  :type '(choice (const :tag "After completion" after-completion)
 >     +         (const :tag "Never" nil)
 >     +         (other :tag "Always" t)))
 >
 > perhaps compiling defcustom should give an error if :other appears
 > other than last.

commit f8ea47ebf45c5ea0cd788667f7bdb805f42e08e0 introduced many checks
for defcustom, including this.  See also Bug#65852

It's my conclusion that this Bug Report can be closed.  Feel free to
reopen if I'm mistaken.






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-10-03 22:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <xhzlfyvvap.fsf@fencepost.gnu.org>
2023-10-03 22:21 ` bug#2591: Custom should warn if 'other is not the last in a choice Mauro Aranda

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).