1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00

(Coding Conventions): Mention macros.

Suggested by Ken Manheimer.
This commit is contained in:
Nick Roberts 2006-07-10 22:53:56 +00:00
parent ff3d895e9c
commit 947829dcbb

View File

@ -118,8 +118,8 @@ run time. Use of this package is optional, and it is not part of the
standard Emacs namespace. If your package loads @code{cl} at run time, standard Emacs namespace. If your package loads @code{cl} at run time,
that could cause name clashes for users who don't use that package. that could cause name clashes for users who don't use that package.
However, there is no problem with using the @code{cl} package at compile However, there is no problem with using macros from the @code{cl}
time, with @code{(eval-when-compile (require 'cl))}. package at compile time, with @code{(eval-when-compile (require 'cl))}.
@item @item
When defining a major mode, please follow the major mode When defining a major mode, please follow the major mode