Mercurial > emacs
changeset 78629:52977b7fd128
(load_warn_old_style_backquotes): Fix weird typo.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 23 Aug 2007 16:20:34 +0000 |
parents | 29320ef98233 |
children | 0a2e0422ddd5 |
files | src/lread.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lread.c Thu Aug 23 16:15:14 2007 +0000 +++ b/src/lread.c Thu Aug 23 16:20:34 2007 +0000 @@ -706,7 +706,7 @@ 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); }