comparison lisp/startup.el @ 50933:457e1ff9ea4a

(fancy-splash-default-action): Fix docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 09 May 2003 22:52:41 +0000
parents 8c92ccc7b6dd
children 2ec687b0ad32
comparison
equal deleted inserted replaced
50932:4becc854f9f6 50933:457e1ff9ea4a
1272 (force-mode-line-update) 1272 (force-mode-line-update)
1273 (setq fancy-current-text (cdr fancy-current-text)))) 1273 (setq fancy-current-text (cdr fancy-current-text))))
1274 1274
1275 1275
1276 (defun fancy-splash-default-action () 1276 (defun fancy-splash-default-action ()
1277 "Default action for events in the splash screen buffer." 1277 "Stop displaying the splash screen buffer.
1278 This is an internal function used to turn off the splash screen after
1279 the user caused an input event by hitting a key or clicking with the
1280 mouse."
1278 (interactive) 1281 (interactive)
1279 (push last-command-event unread-command-events) 1282 (push last-command-event unread-command-events)
1280 (throw 'exit nil)) 1283 (throw 'exit nil))
1281 1284
1282 1285