emacs-diffs
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] /srv/bzr/emacs/trunk r105734: Add defcustom definition


From: Stefan Monnier
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r105734: Add defcustom definitions for display-buffer vars.
Date: Tue, 13 Sep 2011 10:38:14 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> +(defconst display-buffer--action-function-custom-type
> +  '(choice :tag "Function"
> +        (const :tag "--" ignore) ; default for insertion
> +        (const display-buffer--maybe-same-window)
> +        (const display-buffer-reuse-window)
> +        (const display-buffer--special)
> +        (const display-buffer--maybe-pop-up-frame-or-window)
> +        (const display-buffer-use-some-window)
> +        (const display-buffer-same-window)
> +        (const display-buffer-pop-up-frame)
> +        (const display-buffer-use-some-window)
> +        (function :tag "Other function"))

Just like the "--" functions shouldn't be mentioned in the docstring,
they shouldn't appear in the Custom suggestions either.


        Stefan



reply via email to

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