emacs-devel
[Top][All Lists]
Advanced

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

M-x display-splash-screen change?


From: Kenichi Handa
Subject: M-x display-splash-screen change?
Date: Mon, 25 Sep 2006 15:50:54 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

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?

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

---
Kenichi Handa
address@hidden


*** 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)))

---
Kenichi Handa
address@hidden




reply via email to

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