aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lread.c')
-rw-r--r--src/lread.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lread.c b/src/lread.c
index 77a62118a39..c342218c532 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -947,8 +947,7 @@ load_warn_old_style_backquotes (Lisp_Object file)
947{ 947{
948 if (!NILP (Vold_style_backquotes)) 948 if (!NILP (Vold_style_backquotes))
949 { 949 {
950 Lisp_Object format = build_string ("Loading "uLSQM"%s"uRSQM 950 AUTO_STRING (format, "Loading %qs: old-style backquotes detected!");
951 ": old-style backquotes detected!");
952 CALLN (Fmessage, format, file); 951 CALLN (Fmessage, format, file);
953 } 952 }
954} 953}