aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emacs-lisp/eieio-compat.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/eieio-compat.el b/lisp/emacs-lisp/eieio-compat.el
index 638c475ef2b..06e65b9df80 100644
--- a/lisp/emacs-lisp/eieio-compat.el
+++ b/lisp/emacs-lisp/eieio-compat.el
@@ -143,7 +143,7 @@ Summary:
143 ;; Give it a slightly higher priority than `class' so that the 143 ;; Give it a slightly higher priority than `class' so that the
144 ;; interleaved list comes before the class's non-interleaved list. 144 ;; interleaved list comes before the class's non-interleaved list.
145 51 #'cl--generic-struct-tag 145 51 #'cl--generic-struct-tag
146 (lambda (tag _targets) 146 (lambda (tag &rest _)
147 (and (symbolp tag) (boundp tag) (setq tag (symbol-value tag)) 147 (and (symbolp tag) (boundp tag) (setq tag (symbol-value tag))
148 (eieio--class-p tag) 148 (eieio--class-p tag)
149 (let ((superclasses (eieio--class-precedence-list tag)) 149 (let ((superclasses (eieio--class-precedence-list tag))