Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
22aca186
Commit
22aca186
authored
Oct 05, 2000
by
Kenichi Handa
Browse files
(fancy-splash-screens): Remove the code for debugging;
`(trace-to-stderr "EXITTT\n")'.
parent
89101e46
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/startup.el
lisp/startup.el
+0
-1
No files found.
lisp/ChangeLog
View file @
22aca186
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
...
...
lisp/startup.el
View file @
22aca186
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment