]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/cl-macs.el (cl--labels-convert): Remove outdated fixme
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 12 Aug 2023 18:20:59 +0000 (14:20 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 12 Aug 2023 18:20:59 +0000 (14:20 -0400)
This was fixed in commit 44d7fd3805.

lisp/emacs-lisp/cl-macs.el

index 87b6801bf005817bbcbd6ed955d7ccb23f5bc34d..a2e36fa3582bda87bbd4eca89b5da862fd1f9cbb 100644 (file)
@@ -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
    ;; "Macro Lambda Lists" in the CLHS).
    ((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)))
     ;; This value should be `eq' to the `&whole' form.
     ;; If this is not the case, we have a bug.