aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorStefan Monnier2007-08-22 16:08:42 +0000
committerStefan Monnier2007-08-22 16:08:42 +0000
commitff1104509225439f10da8e3e187fcfe5ff78bdeb (patch)
treef5ae9aef26435b044404c9cbfeb1b3d5b20c888c /lispref
parent5aa273b0a6dd11613e96f3350d748751e1c43cf0 (diff)
downloademacs-ff1104509225439f10da8e3e187fcfe5ff78bdeb.tar.gz
emacs-ff1104509225439f10da8e3e187fcfe5ff78bdeb.zip
(byte-compile-from-buffer): Display a big fat warning for old style backquotes.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/macros.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/macros.texi b/lispref/macros.texi
index 6dea53ac983..b62c8b99d74 100644
--- a/lispref/macros.texi
+++ b/lispref/macros.texi
@@ -365,7 +365,7 @@ whitespace between the @samp{`}, @samp{,} or @samp{,@@} and the
365following expression. 365following expression.
366 366
367This syntax is still accepted, for compatibility with old Emacs 367This syntax is still accepted, for compatibility with old Emacs
368versions, but we recommend not using it in new programs. 368versions, but support for it will soon disappear.
369 369
370@node Problems with Macros 370@node Problems with Macros
371@section Common Problems Using Macros 371@section Common Problems Using Macros