From 333e87377557d0cc7ef26bc61de85737881351d4 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 23 Feb 2007 16:26:28 +0000 Subject: [PATCH] (fancy-splash-screens): Make cursor-type buffer-local in splash screen. --- lisp/startup.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/startup.el b/lisp/startup.el index e2a80088a3e..5be0e98b4bb 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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 -- 2.39.5