Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d5b876ef
Commit
d5b876ef
authored
Aug 29, 1995
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(dired-byte-compile): Report failure if output file is not created.
parent
d70fbcca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/dired-aux.el
lisp/dired-aux.el
+2
-0
No files found.
lisp/dired-aux.el
View file @
d5b876ef
...
...
@@ -649,6 +649,8 @@ and use this command with a prefix argument (the value does not matter)."
(
error
(
setq
failure
err
)))
(
setq
elc-file
(
byte-compile-dest-file
filename
))
(
or
(
file-exists-p
elc-file
)
(
setq
failure
t
))
(
if
failure
(
progn
(
dired-log
"Byte compile error for %s:\n%s\n"
filename
failure
)
...
...
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