emacs-devel
[Top][All Lists]
Advanced

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

Re: M-x display-splash-screen change?


From: Chong Yidong
Subject: Re: M-x display-splash-screen change?
Date: Mon, 25 Sep 2006 15:41:32 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Kenichi Handa <address@hidden> writes:

> I got a report that claims that the splash screen shown by
> M-x display-splash-screen RET used to disappear on user
> input, but now it doesn't.
>
> Is it an intentional change?

Yes, see

http://lists.gnu.org/archive/html/emacs-devel/2006-08/msg00790.html

> Don't we need this change (and the description in docstring
> about this behavior)?

Looks fine to check in.

> *** startup.el        18 Sep 2006 09:52:49 +0900      1.416
> --- startup.el        25 Sep 2006 15:41:00 +0900      
> ***************
> *** 1624,1630 ****
>     "Display splash screen according to display.
>   Fancy splash screens are used on graphic displays,
>   normal otherwise."
> !   (interactive)
>     (if (use-fancy-splash-screens-p)
>         (fancy-splash-screens hide-on-input)
>       (normal-splash-screen hide-on-input)))
> --- 1624,1630 ----
>     "Display splash screen according to display.
>   Fancy splash screens are used on graphic displays,
>   normal otherwise."
> !   (interactive "P")
>     (if (use-fancy-splash-screens-p)
>         (fancy-splash-screens hide-on-input)
>       (normal-splash-screen hide-on-input)))




reply via email to

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