Fix to 2fddfb7ce7
* lisp/emacs-lisp/eieio-base.el (eieio-persistent-convert-list-to-object): Fix bogus paren wrapping.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user