changeset 32150:70cdcabc7bbc

(fancy-splash-screens): Remove the code for debugging; `(trace-to-stderr "EXITTT\n")'.
author Kenichi Handa <handa@m17n.org>
date Thu, 05 Oct 2000 00:25:01 +0000
parents 504f15a7d36d
children 903746da4148
files lisp/startup.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)