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
ce5aaa0c
Commit
ce5aaa0c
authored
Jan 05, 1996
by
Richard M. Stallman
Browse files
(batch-update-autoloads): Use error-message-string.
parent
15294654
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
lisp/emacs-lisp/autoload.el
lisp/emacs-lisp/autoload.el
+1
-3
No files found.
lisp/emacs-lisp/autoload.el
View file @
ce5aaa0c
...
...
@@ -412,9 +412,7 @@ For example, invoke `emacs -batch -f batch-update-autoloads *.el'."
(
princ
">>Error processing "
)
(
princ
file
)
(
princ
": "
)
(
if
(
fboundp
'display-error
)
(
display-error
lossage
nil
)
(
prin1
lossage
))
(
princ
(
error-message-string
lossage
))
(
princ
"\n"
)
(
setq
lost
t
)))))))
(
while
args
...
...
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