diff options
| -rw-r--r-- | lisp/emacs-lisp/eieio-base.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/eieio-base.el b/lisp/emacs-lisp/eieio-base.el index e718bdf21f4..f11056faecc 100644 --- a/lisp/emacs-lisp/eieio-base.el +++ b/lisp/emacs-lisp/eieio-base.el | |||
| @@ -259,8 +259,8 @@ identified, and needing more object creation." | |||
| 259 | ;; Earlier versions of `object-write' added a string name for | 259 | ;; Earlier versions of `object-write' added a string name for |
| 260 | ;; the object, now obsolete. | 260 | ;; the object, now obsolete. |
| 261 | (slots (nthcdr | 261 | (slots (nthcdr |
| 262 | (if (stringp (nth 1 inputlist) 2 1) | 262 | (if (stringp (nth 1 inputlist)) 2 1) |
| 263 | inputlist))) | 263 | inputlist)) |
| 264 | (createslots nil) | 264 | (createslots nil) |
| 265 | (class | 265 | (class |
| 266 | (progn | 266 | (progn |