]> git.eshelyaron.com Git - emacs.git/commitdiff
(fancy-splash-screens): Set buffer-undo-list to t.
authorGerd Moellmann <gerd@gnu.org>
Wed, 18 Oct 2000 14:23:10 +0000 (14:23 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 18 Oct 2000 14:23:10 +0000 (14:23 +0000)
lisp/startup.el

index e5cb37fd08248e0716dae40859bbe797acacbb85..ba4d043edb3b6dad89474f848ed819aee8290e9a 100644 (file)
@@ -1014,13 +1014,13 @@ where FACE is a valid face specification, as it can be used with
          (define-key map [mouse-movement] 'ignore)
          (setq cursor-type nil
                display-busy-cursor nil
+               buffer-undo-list t
                mode-line-format
                (propertize "---- %b %-" 'face '(:weight bold))
                timer (run-with-timer 0 5 #'fancy-splash-screens-1
                                      splash-buffer))
          (recursive-edit))
       (cancel-timer timer)
-      (remove-hook 'pre-command-hook 'fancy-splash-pre-command)
       (setq display-busy-cursor old-busy-cursor)
       (kill-buffer splash-buffer))))