From: Lars Ingebrigtsen Date: Thu, 13 Jun 2019 15:19:32 +0000 (+0200) Subject: Remove outdated FIXME X-Git-Tag: emacs-27.0.90~2556 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a6191e060ba5bb2988340bcc44018d4cb0877733;p=emacs.git Remove outdated FIXME * 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. --- diff --git a/lisp/emacs-lisp/eieio-core.el b/lisp/emacs-lisp/eieio-core.el index 30445f9e645..01a821ed2a1 100644 --- a/lisp/emacs-lisp/eieio-core.el +++ b/lisp/emacs-lisp/eieio-core.el @@ -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)))))