From a6191e060ba5bb2988340bcc44018d4cb0877733 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 13 Jun 2019 17:19:32 +0200 Subject: [PATCH] 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. --- lisp/emacs-lisp/eieio-core.el | 1 - 1 file changed, 1 deletion(-) 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))))) -- 2.39.5