1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Revert "Fix compilation warning in ede.el"

This reverts commit 7bbb56bc43.

The commit led to a bootstrap error.
This commit is contained in:
Lars Ingebrigtsen 2019-06-16 16:29:52 +02:00
parent 7bbb56bc43
commit 56eb4f7f11
2 changed files with 2 additions and 2 deletions

View file

@ -791,7 +791,7 @@ Optional argument NAME is the name to give this project."
))
(inits (oref obj initializers)))
;; Force the name to match for new objects.
(setf (slot-value nobj 'object-name) (oref nobj name))
(eieio-object-set-name-string nobj (oref nobj name))
;; Handle init args.
(while inits
(eieio-oset nobj (car inits) (car (cdr inits)))