From ba30c70fa0afecc413b0bdf0bed0788c52a099d3 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 12 Dec 2012 21:33:36 -0800 Subject: [PATCH] * doc/misc/cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf. * etc/NEWS: Related edit. --- doc/misc/ChangeLog | 2 ++ doc/misc/cl.texi | 10 ---------- etc/NEWS | 8 +++++++- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 225f9c6964..e569d4c550 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,5 +1,7 @@ 2012-12-13 Glenn Morris + * 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. diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index 67d9915395..725ac4269a 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi @@ -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 diff --git a/etc/NEWS b/etc/NEWS index 4199bd302a..9f61cff734 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -41,7 +41,13 @@ bound to and S-, 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 -- GitLab