projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b061782
)
Remove a newline from the end of an error message
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 21 Aug 2022 16:01:22 +0000
(18:01 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 21 Aug 2022 16:01:40 +0000
(18:01 +0200)
* src/pdumper.c (dump_native_comp_unit): Remove newline from end
of error message.
src/pdumper.c
patch
|
blob
|
history
diff --git
a/src/pdumper.c
b/src/pdumper.c
index fb70df994a6382a305e488791c09f14ad520c9ed..11cbc7d0aef3e4fe0df2b48e7ae1098aa5a9316d 100644
(file)
--- a/
src/pdumper.c
+++ b/
src/pdumper.c
@@
-2911,7
+2911,7
@@
dump_native_comp_unit (struct dump_context *ctx,
struct Lisp_Native_Comp_Unit *comp_u)
{
if (!CONSP (comp_u->file))
- error ("Trying to dump non fixed-up eln file
\n
");
+ error ("Trying to dump non fixed-up eln file");
/* Have function documentation always lazy loaded to optimize load-time. */
comp_u->data_fdoc_v = Qnil;