From c30da265105157b391bca96d15a593e020efafa5 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 23 Aug 2007 16:20:34 +0000 Subject: [PATCH] (load_warn_old_style_backquotes): Fix weird typo. --- src/lread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lread.c b/src/lread.c index be2d3a77cf5..858a936e1e3 100644 --- a/src/lread.c +++ b/src/lread.c @@ -706,7 +706,7 @@ load_warn_old_style_backquotes (file) if (!NILP (Vold_style_backquotes)) { Lisp_Object args[2]; -b args[0] = build_string ("!! File %s uses old-style backquotes !!"); + args[0] = build_string ("!! File %s uses old-style backquotes !!"); args[1] = file; Fmessage (2, args); } -- 2.39.5