* doc/misc/cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
* etc/NEWS: Related edit.
This commit is contained in:
parent
727f973937
commit
ba30c70fa0
3 changed files with 9 additions and 11 deletions
|
@ -1,5 +1,7 @@
|
|||
2012-12-13 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
|
||||
|
||||
* wisent.texi: Small edits. Set copyright to FSF, update license to
|
||||
GFDL 1.3+.
|
||||
* Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
|
||||
|
|
|
@ -1200,9 +1200,6 @@ The only exceptions are plain variables and calls to
|
|||
bound on entry, it is simply made unbound by @code{makunbound} or
|
||||
@code{fmakunbound} on exit.
|
||||
@end ignore
|
||||
|
||||
Note that the @file{cl.el} version of this macro behaves slightly
|
||||
differently. @xref{Obsolete Macros}.
|
||||
@end defmac
|
||||
|
||||
@defmac cl-letf* (bindings@dots{}) forms@dots{}
|
||||
|
@ -4888,13 +4885,6 @@ form (@pxref{Obsolete Lexical Binding}), rather than the true
|
|||
lexical binding that @code{cl-labels} uses.
|
||||
@end defmac
|
||||
|
||||
@defmac letf (bindings@dots{}) forms@dots{}
|
||||
This macro is almost exactly the same as @code{cl-letf}, which
|
||||
replaces it (@pxref{Modify Macros}). The only difference is in
|
||||
details that relate to some deprecated usage of @code{symbol-function}
|
||||
in place forms.
|
||||
@end defmac
|
||||
|
||||
@node Obsolete Setf Customization
|
||||
@appendixsec Obsolete Ways to Customize Setf
|
||||
|
||||
|
|
8
etc/NEWS
8
etc/NEWS
|
@ -41,7 +41,13 @@ bound to <f11> and S-<f11>, respectively.
|
|||
|
||||
* Changes in Specialized Modes and Packages in Emacs 24.4
|
||||
|
||||
** New macro cl-tagbody in cl-lib.
|
||||
** cl-lib
|
||||
|
||||
*** New macro cl-tagbody.
|
||||
|
||||
+++
|
||||
*** letf is now just an alias for cl-letf.
|
||||
|
||||
** Calc
|
||||
|
||||
*** Calc by default now uses the Gregorian calendar for all dates, and
|
||||
|
|
Loading…
Add table
Reference in a new issue