diff options
| author | Kenichi Handa | 2000-10-05 00:25:16 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-10-05 00:25:16 +0000 |
| commit | 22aca18670e217db83cadf7aa6eeb1d8aad9b48b (patch) | |
| tree | adcf2c5bdc7f80d89eb5c3a442fc42fd1096c07d | |
| parent | 89101e46acb008f64d2b0c17b627e9af2f5d8cfa (diff) | |
| download | emacs-22aca18670e217db83cadf7aa6eeb1d8aad9b48b.tar.gz emacs-22aca18670e217db83cadf7aa6eeb1d8aad9b48b.zip | |
(fancy-splash-screens): Remove the code for debugging;
`(trace-to-stderr "EXITTT\n")'.
| -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 @@ | |||
| 1 | 2000-10-05 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * startup.el (fancy-splash-screens): Remove the code for | ||
| 4 | debugging; `(trace-to-stderr "EXITTT\n")'. | ||
| 5 | |||
| 1 | 2000-10-05 Miles Bader <miles@gnu.org> | 6 | 2000-10-05 Miles Bader <miles@gnu.org> |
| 2 | 7 | ||
| 3 | * diff-mode.el (diff-goto-source): Update call to | 8 | * 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 | |||
| 1037 | splash-buffer)) | 1037 | splash-buffer)) |
| 1038 | (add-hook 'pre-command-hook 'fancy-splash-pre-command) | 1038 | (add-hook 'pre-command-hook 'fancy-splash-pre-command) |
| 1039 | (recursive-edit)) | 1039 | (recursive-edit)) |
| 1040 | (trace-to-stderr "EXITTT\n") | ||
| 1041 | (cancel-timer timer) | 1040 | (cancel-timer timer) |
| 1042 | (remove-hook 'pre-command-hook 'fancy-splash-pre-command) | 1041 | (remove-hook 'pre-command-hook 'fancy-splash-pre-command) |
| 1043 | (use-global-map old-global-map) | 1042 | (use-global-map old-global-map) |