* lisp/cedet/ede/base.el (ede-project): Fix warning when loading EDE.
This commit is contained in:
parent
cf33f09ee2
commit
bc03a5b2c4
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ For Automake based projects, each directory is treated as a project.")
|
|||
:label "Local Targets"
|
||||
:group (targets)
|
||||
:documentation "List of top level targets in this project.")
|
||||
(locate-obj :type (or null ede-locate-base-child)
|
||||
(locate-obj :type (or null ede-locate-base)
|
||||
:documentation
|
||||
"A locate object to use as a backup to `ede-expand-filename'.")
|
||||
(tool-cache :initarg :tool-cache
|
||||
|
|
Loading…
Add table
Reference in a new issue