]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix to 2fddfb7ce7
authorEric Abrahamsen <eric@ericabrahamsen.net>
Sun, 22 Oct 2017 23:46:49 +0000 (16:46 -0700)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Wed, 8 Nov 2017 22:46:03 +0000 (14:46 -0800)
* lisp/emacs-lisp/eieio-base.el (eieio-persistent-convert-list-to-object):
  Fix bogus paren wrapping.

lisp/emacs-lisp/eieio-base.el

index e718bdf21f4e664eaf224969933619dcfcb05596..f11056faecc27e8edef8cb9c6ee930a2fa31f5c8 100644 (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