emacs-devel
[Top][All Lists]
Advanced

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

Advance error detection


From: Richard M Stallman
Subject: Advance error detection
Date: Sun, 01 Mar 2009 16:30:08 -0500

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.





reply via email to

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