emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/startup.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el
Date: Fri, 09 May 2003 18:52:41 -0400

Index: emacs/lisp/startup.el
diff -c emacs/lisp/startup.el:1.318 emacs/lisp/startup.el:1.319
*** emacs/lisp/startup.el:1.318 Tue Mar 18 04:41:39 2003
--- emacs/lisp/startup.el       Fri May  9 18:52:41 2003
***************
*** 1274,1280 ****
  
  
  (defun fancy-splash-default-action ()
!   "Default action for events in the splash screen buffer."
    (interactive)
    (push last-command-event unread-command-events)
    (throw 'exit nil))
--- 1274,1283 ----
  
  
  (defun fancy-splash-default-action ()
!   "Stop displaying the splash screen buffer.
! This is an internal function used to turn off the splash screen after
! the user caused an input event by hitting a key or clicking with the
! mouse."
    (interactive)
    (push last-command-event unread-command-events)
    (throw 'exit nil))




reply via email to

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