mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 14:30:50 -08:00
* lisp/emacs-lisp/cl-macs.el (cl--labels-convert): Remove outdated fixme
This was fixed in commit 44d7fd3805.
This commit is contained in:
parent
3fc9793a26
commit
f789cb4640
1 changed files with 0 additions and 1 deletions
|
|
@ -2040,7 +2040,6 @@ a `let' form, except that the list of symbols can be computed at run-time."
|
||||||
;; In Common Lisp, we'd use the `&whole' arg instead (see
|
;; In Common Lisp, we'd use the `&whole' arg instead (see
|
||||||
;; "Macro Lambda Lists" in the CLHS).
|
;; "Macro Lambda Lists" in the CLHS).
|
||||||
((let ((symbols-with-pos-enabled nil)) ;Don't rewrite #'<X@5> => #'<X@3>
|
((let ((symbols-with-pos-enabled nil)) ;Don't rewrite #'<X@5> => #'<X@3>
|
||||||
;; FIXME: The above `let' is incorrectly optimized away (bug#65017).
|
|
||||||
(eq f (car cl--labels-convert-cache)))
|
(eq f (car cl--labels-convert-cache)))
|
||||||
;; This value should be `eq' to the `&whole' form.
|
;; This value should be `eq' to the `&whole' form.
|
||||||
;; If this is not the case, we have a bug.
|
;; If this is not the case, we have a bug.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue