mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix ede byte-compile warnings in loaddefs.el
* lisp/emacs-lisp/eieio.el (make-instance): * lisp/cedet/ede/auto.el (ede-add-project-autoload): Autoload functions referred to by ede/loaddefs.el.
This commit is contained in:
parent
bd7a15ef78
commit
18f105bd7d
2 changed files with 2 additions and 0 deletions
|
|
@ -234,6 +234,7 @@ type is required and the load function used.")
|
|||
(display-buffer b)
|
||||
))
|
||||
|
||||
;;;###autoload
|
||||
(defun ede-add-project-autoload (projauto &optional flag)
|
||||
"Add PROJAUTO, an EDE autoload definition to `ede-project-class-files'.
|
||||
Optional argument FLAG indicates how this autoload should be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue