]> git.eshelyaron.com Git - emacs.git/commitdiff
(fancy-splash-screens): Remove the code for debugging;
authorKenichi Handa <handa@m17n.org>
Thu, 5 Oct 2000 00:25:16 +0000 (00:25 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 5 Oct 2000 00:25:16 +0000 (00:25 +0000)
`(trace-to-stderr "EXITTT\n")'.

lisp/ChangeLog
lisp/startup.el

index 112a91b8671de67b10d90e94e09a1bc3d32a1d34..2b3b3477d4dd3bae4063dbbeca7a2b914f527a76 100644 (file)
@@ -1,3 +1,8 @@
+2000-10-05  Kenichi Handa  <handa@etl.go.jp>
+
+       * startup.el (fancy-splash-screens): Remove the code for
+       debugging; `(trace-to-stderr "EXITTT\n")'.
+
 2000-10-05  Miles Bader  <miles@gnu.org>
 
        * diff-mode.el (diff-goto-source): Update call to
index ca7c2d4b4031c14c11ca5a77ccdc84f1fc923458..fb8e8b44c2c15d5f4fbe2b5a9362754491cc5091 100644 (file)
@@ -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)