Mercurial > hg > xemacs-beta
diff src/data.c @ 108:360340f9fd5f r20-1b6
Import from CVS: tag r20-1b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:18:39 +0200 |
parents | cf808b4c4290 |
children | fe104dbd9147 |
line wrap: on
line diff
--- a/src/data.c Mon Aug 13 09:17:27 2007 +0200 +++ b/src/data.c Mon Aug 13 09:18:39 2007 +0200 @@ -84,7 +84,10 @@ && (debug_issue_ebola_notices >= 2 || XREALINT (obj1) == XREALINT (obj2))) { - stderr_out ("Ebola warning!! ("); + /* Continuing the joke by printing `Ebola warning!!!' confuses */ + /* too many people. The message must be printed because Emacs used */ + /* to work differently for two decades. */ + stderr_out("Comparison between integer and character is constant nil ("); Fprinc (obj1, Qexternal_debugging_output); stderr_out (" and "); Fprinc (obj2, Qexternal_debugging_output);