diff options
| author | Stefan Monnier | 2007-08-22 16:08:42 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-08-22 16:08:42 +0000 |
| commit | ff1104509225439f10da8e3e187fcfe5ff78bdeb (patch) | |
| tree | f5ae9aef26435b044404c9cbfeb1b3d5b20c888c /lispref | |
| parent | 5aa273b0a6dd11613e96f3350d748751e1c43cf0 (diff) | |
| download | emacs-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.texi | 2 |
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 | |||
| 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 |