diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2023-08-12 14:20:59 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2023-08-12 14:20:59 -0400 |
commit | f789cb464094990db9fcba8c173f4988ada4e935 (patch) | |
tree | 7e37884713eb1e7141b58e5a1b5dee8c18a83d0c /lisp/emacs-lisp | |
parent | 3fc9793a260feed0deda8b6bdfd3e1c73774181a (diff) | |
download | emacs-f789cb464094990db9fcba8c173f4988ada4e935.tar.gz emacs-f789cb464094990db9fcba8c173f4988ada4e935.tar.bz2 emacs-f789cb464094990db9fcba8c173f4988ada4e935.zip |
* lisp/emacs-lisp/cl-macs.el (cl--labels-convert): Remove outdated fixme
This was fixed in commit 44d7fd3805.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/cl-macs.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index 87b6801bf00..a2e36fa3582 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el @@ -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. |