Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ba30c70f
Commit
ba30c70f
authored
Dec 12, 2012
by
Glenn Morris
Browse files
* doc/misc/cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
* etc/NEWS: Related edit.
parent
727f9739
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
11 deletions
+9
-11
doc/misc/ChangeLog
doc/misc/ChangeLog
+2
-0
doc/misc/cl.texi
doc/misc/cl.texi
+0
-10
etc/NEWS
etc/NEWS
+7
-1
No files found.
doc/misc/ChangeLog
View file @
ba30c70f
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.
...
...
doc/misc/cl.texi
View file @
ba30c70f
...
...
@@ -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
...
...
etc/NEWS
View file @
ba30c70f
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment