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
92beedc2
Commit
92beedc2
authored
Feb 08, 1995
by
Karl Heuer
Browse files
(byte-compile-file): Add "done" message.
parent
be29d453
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/bytecomp.el
+2
-0
No files found.
lisp/emacs-lisp/bytecomp.el
View file @
92beedc2
...
...
@@ -1204,6 +1204,8 @@ With prefix arg (noninteractively: 2nd arg), load the file after compiling."
(
setq
output-buffer
(
byte-compile-from-buffer
input-buffer
filename
))
(
if
byte-compiler-error-flag
nil
(
if
byte-compile-verbose
(
message
"Compiling %s...done"
filename
))
(
kill-buffer
input-buffer
)
(
save-excursion
(
set-buffer
output-buffer
)
...
...
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