emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/doc/misc/cl.texi,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/doc/misc/cl.texi,v
Date: Thu, 23 Oct 2008 02:38:22 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/10/23 02:38:22

Index: cl.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/misc/cl.texi,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- cl.texi     30 Sep 2008 15:54:46 -0000      1.9
+++ cl.texi     23 Oct 2008 02:38:21 -0000      1.10
@@ -1732,6 +1732,11 @@
 direct C-language calls to the message routines rather than going
 through the Lisp @code{message} function.
 
address@hidden 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*}.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]