comparison lispref/macros.texi @ 78615:bd2ba451e2af

(byte-compile-from-buffer): Display a big fat warning for old style backquotes.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 22 Aug 2007 16:08:42 +0000
parents 5f1faa6dd963
children a1e16e813aed b83d0dadb2a7
comparison
equal deleted inserted replaced
78614:036719d86e2c 78615:bd2ba451e2af
363 @samp{,@@} and the following expression. The old syntax required 363 @samp{,@@} and the following expression. The old syntax required
364 whitespace between the @samp{`}, @samp{,} or @samp{,@@} and the 364 whitespace between the @samp{`}, @samp{,} or @samp{,@@} and the
365 following expression. 365 following expression.
366 366
367 This syntax is still accepted, for compatibility with old Emacs 367 This syntax is still accepted, for compatibility with old Emacs
368 versions, but we recommend not using it in new programs. 368 versions, 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
372 372
373 The basic facts of macro expansion have counterintuitive consequences. 373 The basic facts of macro expansion have counterintuitive consequences.