mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix ede-proj-project class
* lisp/cedet/ede/proj.el (ede-proj-project): Make class inherit from eieio-named to get object-name slot (bug#37181).
This commit is contained in:
parent
fffefeecc8
commit
8056d39c1d
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ This enables the creation of your target type."
|
|||
(setq ede-proj-target-alist
|
||||
(cons (cons name class) ede-proj-target-alist)))))
|
||||
|
||||
(defclass ede-proj-project (eieio-persistent ede-project)
|
||||
(defclass ede-proj-project (eieio-persistent ede-project eieio-named)
|
||||
((extension :initform ".ede")
|
||||
(file-header-line :initform ";; EDE Project Files are auto generated: Do Not Edit")
|
||||
(makefile-type :initarg :makefile-type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue