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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user