+2008-10-23 Glenn Morris <rgm@gnu.org>
+
+ * cl.texi (Function Bindings): Mention `flet' fails to deal with
+ byte-compiling things like `+'.
+
+ * ns-emacs.texi: Merge copyright years of author now with assignment
+ into FSF years.
+ (VER): Use it for easier automatic updating. Use Emacs version rather
+ than standalone Emacs.app version.
+
2008-10-12 Carsten Dominik <dominik@science.uva.nl>
* org.texi: Lots of minor fixes.
direct C-language calls to the message routines rather than going
through the Lisp @code{message} function.
+@c Bug#411.
+Also note that many primitives (e.g. @code{+}) have special byte-compile
+handling. Attempts to redefine such functions using @code{flet} will
+fail if byte-compiled. In such cases, use @code{labels} instead.
+
Functions defined by @code{flet} may use the full Common Lisp
argument notation supported by @code{defun*}; also, the function
body is enclosed in an implicit block as if by @code{defun*}.