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

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

bug#4876: Defcustom without keywords


From: Juri Linkov
Subject: bug#4876: Defcustom without keywords
Date: Fri, 06 Nov 2009 03:52:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (x86_64-pc-linux-gnu)

I noticed a strange defcustom without any keyword in simple.el:

  (defcustom set-mark-default-inactive nil
    "If non-nil, setting the mark does not activate it.
  This causes \\[set-mark-command] and \\[exchange-point-and-mark] to
  behave the same whether or not `transient-mark-mode' is enabled.")

I could guess that :type should be 'boolean, :group 'editing-basics
and :version probably "23.1".  Was it supposed to be so?

-- 
Juri Linkov
http://www.jurta.org/emacs/






reply via email to

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