Move EIEIO autoloads to the common loaddefs.el

* lisp/emacs-lisp/eieio-core.el:
* lisp/emacs-lisp/eieio-custom.el:
* lisp/emacs-lisp/eieio-opt.el:
* lisp/obsolete/eieio-compat.el: Remove generated-autoload-file
setting and don't require eieio-loaddefs.el.
This commit is contained in:
Stefan Kangas 2022-07-11 14:29:33 +02:00
parent 7af425f87b
commit 4c41cef353
4 changed files with 0 additions and 14 deletions

View file

@ -32,7 +32,6 @@
;;; Code:
(require 'cl-lib)
(require 'eieio-loaddefs nil t)
;;;
;; A few functions that are better in the official EIEIO src, but

View file

@ -467,8 +467,4 @@ Return the symbol for the group, or nil."
(provide 'eieio-custom)
;; Local variables:
;; generated-autoload-file: "eieio-loaddefs.el"
;; End:
;;; eieio-custom.el ends here

View file

@ -348,8 +348,4 @@ INDENT is the current indentation level."
(provide 'eieio-opt)
;; Local variables:
;; generated-autoload-file: "eieio-loaddefs.el"
;; End:
;;; eieio-opt.el ends here