mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
(fancy-splash-screens): Make cursor-type buffer-local in splash
screen.
This commit is contained in:
parent
7596c645dc
commit
333e873775
@ -1388,6 +1388,7 @@ the user caused an input event that is bound in `special-event-map'"
|
||||
(save-selected-window
|
||||
(select-frame frame)
|
||||
(switch-to-buffer " GNU Emacs")
|
||||
(make-local-variable 'cursor-type)
|
||||
(setq splash-buffer (current-buffer))
|
||||
(catch 'stop-splashing
|
||||
(unwind-protect
|
||||
|
Loading…
Reference in New Issue
Block a user