* 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
;; the object, now obsolete.
(slots (nthcdr
(if (stringp (nth 1 inputlist) 2 1)
inputlist)))
(if (stringp (nth 1 inputlist)) 2 1)
inputlist))
(createslots nil)
(class
(progn