emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110582: Fix wording of error message


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110582: Fix wording of error message in staticpro.
Date: Thu, 18 Oct 2012 20:21:55 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110582
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Thu 2012-10-18 20:21:55 +0200
message:
  Fix wording of error message in staticpro.
modified:
  src/alloc.c
=== modified file 'src/alloc.c'
--- a/src/alloc.c       2012-10-18 17:00:08 +0000
+++ b/src/alloc.c       2012-10-18 18:21:55 +0000
@@ -5030,7 +5030,7 @@
 {
   staticvec[staticidx++] = varaddress;
   if (staticidx >= NSTATICS)
-    fatal ("NSTATICS too small. Try increasing and recompiling Emacs.");
+    fatal ("NSTATICS too small; try increasing and recompiling Emacs.");
 }
 
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]