1
Fork 0
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:
Lars Ingebrigtsen 2022-07-31 11:38:27 +02:00
parent bd7a15ef78
commit 18f105bd7d
2 changed files with 2 additions and 0 deletions

View file

@ -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: