Changeset 4220 for trunk/lispref/macros.texi
- Timestamp:
- 04/04/08 22:04:40 (8 months ago)
- Files:
-
- trunk/lispref/macros.texi (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lispref/macros.texi
r4204 r4220 2 2 @c This is part of the GNU Emacs Lisp Reference Manual. 3 3 @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 2001, 2002, 4 @c 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.4 @c 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 5 5 @c See the file elisp.texi for copying conditions. 6 6 @setfilename ../info/macros … … 366 366 367 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 370 @node Problems with Macros
