Fix to 2fddfb7ce7
* lisp/emacs-lisp/eieio-base.el (eieio-persistent-convert-list-to-object): Fix bogus paren wrapping.
This commit is contained in:
parent
e07cf691de
commit
64e037eb7d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue