* lisp/emacs-lisp/eieio-base.el (eieio-persistent-convert-list-to-object):
  Fix bogus paren wrapping.
This commit is contained in:
Eric Abrahamsen 2017-10-22 16:46:49 -07:00
parent e07cf691de
commit 64e037eb7d

View file

@ -259,8 +259,8 @@ identified, and needing more object creation."
;; Earlier versions of `object-write' added a string name for ;; Earlier versions of `object-write' added a string name for
;; the object, now obsolete. ;; the object, now obsolete.
(slots (nthcdr (slots (nthcdr
(if (stringp (nth 1 inputlist) 2 1) (if (stringp (nth 1 inputlist)) 2 1)
inputlist))) inputlist))
(createslots nil) (createslots nil)
(class (class
(progn (progn