diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/startup.el | 1 |
2 files changed, 5 insertions, 1 deletions
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 <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 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) |