# HG changeset patch # User Kenichi Handa # Date 970705501 0 # Node ID 70cdcabc7bbcc57db7b5843b01646551da0f0689 # Parent 504f15a7d36de5a165432355d9cdddf6bae54783 (fancy-splash-screens): Remove the code for debugging; `(trace-to-stderr "EXITTT\n")'. diff -r 504f15a7d36d -r 70cdcabc7bbc lisp/startup.el --- a/lisp/startup.el Wed Oct 04 23:38:28 2000 +0000 +++ b/lisp/startup.el Thu Oct 05 00:25:01 2000 +0000 @@ -1037,7 +1037,6 @@ 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)