]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove outdated FIXME
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 13 Jun 2019 15:19:32 +0000 (17:19 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 13 Jun 2019 15:19:32 +0000 (17:19 +0200)
* lisp/emacs-lisp/eieio-core.el (eieio--slot-name-index): Remove
comment about issuing a byte compilation warning about accessing
slots via :initarg -- it was implemented a few months later.

lisp/emacs-lisp/eieio-core.el

index 30445f9e64533ceec11eb8b69221434a305d8473..01a821ed2a1eace3316f8967132d20c57e42ec17 100644 (file)
@@ -866,7 +866,6 @@ reverse-lookup that name, and recurse with the associated slot value."
        (if fn
             ;; Accessing a slot via its :initarg is accepted by EIEIO
             ;; (but not CLOS) but is a bad idea (for one: it's slower).
-            ;; FIXME: We should emit a compile-time warning when this happens!
             (eieio--slot-name-index class fn)
           nil)))))