diff src/lread.c @ 84465:bf23b0b54ed3

(load_warn_old_style_backquotes): Change message to look better when it appears in the middle of byte-compiler messages.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 11 Sep 2007 01:15:37 +0000
parents 27d11c1d4e46
children 2c723350c8ec
line wrap: on
line diff
--- a/src/lread.c	Tue Sep 11 01:04:00 2007 +0000
+++ b/src/lread.c	Tue Sep 11 01:15:37 2007 +0000
@@ -708,7 +708,7 @@
   if (!NILP (Vold_style_backquotes))
     {
       Lisp_Object args[2];
-      args[0] = build_string ("!! File %s uses old-style backquotes !!");
+      args[0] = build_string ("Loading `%s': old-style backquotes detected!");
       args[1] = file;
       Fmessage (2, args);
     }