]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove a newline from the end of an error message
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 21 Aug 2022 16:01:22 +0000 (18:01 +0200)
committerLars 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

index fb70df994a6382a305e488791c09f14ad520c9ed..11cbc7d0aef3e4fe0df2b48e7ae1098aa5a9316d 100644 (file)
@@ -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;