summaryrefslogtreecommitdiff
path: root/lisp/cedet/ede/proj.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cedet/ede/proj.el')
-rw-r--r--lisp/cedet/ede/proj.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/ede/proj.el b/lisp/cedet/ede/proj.el
index 1ea1657046..fd789b3857 100644
--- a/lisp/cedet/ede/proj.el
+++ b/lisp/cedet/ede/proj.el
@@ -297,7 +297,7 @@ for the tree being read in. If ROOTPROJ is nil, then assume that
the PROJECT being read in is the root project."
(save-excursion
(let ((ret (eieio-persistent-read (concat project "Project.ede")
- ede-proj-project))
+ 'ede-proj-project))
(subdirs (directory-files project nil "[^.].*" nil)))
(if (not (object-of-class-p ret 'ede-proj-project))
(error "Corrupt project file"))