From: Kenichi Handa Date: Thu, 5 Oct 2000 00:25:16 +0000 (+0000) Subject: (fancy-splash-screens): Remove the code for debugging; X-Git-Tag: emacs-pretest-21.0.90~1154 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22aca18670e217db83cadf7aa6eeb1d8aad9b48b;p=emacs.git (fancy-splash-screens): Remove the code for debugging; `(trace-to-stderr "EXITTT\n")'. --- 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)