From 22aca18670e217db83cadf7aa6eeb1d8aad9b48b Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 5 Oct 2000 00:25:16 +0000 Subject: [PATCH] (fancy-splash-screens): Remove the code for debugging; `(trace-to-stderr "EXITTT\n")'. --- lisp/ChangeLog | 5 +++++ lisp/startup.el | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 112a91b8671..2b3b3477d4d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2000-10-05 Kenichi Handa + + * startup.el (fancy-splash-screens): Remove the code for + debugging; `(trace-to-stderr "EXITTT\n")'. + 2000-10-05 Miles Bader * diff-mode.el (diff-goto-source): Update call to diff --git a/lisp/startup.el b/lisp/startup.el index ca7c2d4b403..fb8e8b44c2c 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -1037,7 +1037,6 @@ where FACE is a valid face specification, as it can be used with splash-buffer)) (add-hook 'pre-command-hook 'fancy-splash-pre-command) (recursive-edit)) - (trace-to-stderr "EXITTT\n") (cancel-timer timer) (remove-hook 'pre-command-hook 'fancy-splash-pre-command) (use-global-map old-global-map) -- 2.39.2