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
|
||||
|
|
|
|||
|
|
@ -689,6 +689,7 @@ This class is not stored in the `parent' slot of a class vector."
|
|||
(define-obsolete-function-alias 'standard-class
|
||||
#'eieio-default-superclass "26.1")
|
||||
|
||||
;;;###autoload
|
||||
(cl-defgeneric make-instance (class &rest initargs)
|
||||
"Make a new instance of CLASS based on INITARGS.
|
||||
For example:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue