diff options
| -rw-r--r-- | lisp/emacs-lisp/eieio-core.el | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/eieio-core.el b/lisp/emacs-lisp/eieio-core.el index b89ccfdfb2b..0297accaa05 100644 --- a/lisp/emacs-lisp/eieio-core.el +++ b/lisp/emacs-lisp/eieio-core.el | |||
| @@ -1258,7 +1258,7 @@ method invocation orders of the involved classes." | |||
| 1258 | (eieio--class-precedence-list tag)))) | 1258 | (eieio--class-precedence-list tag)))) |
| 1259 | 1259 | ||
| 1260 | 1260 | ||
| 1261 | ;;;### (autoloads nil "eieio-compat" "eieio-compat.el" "b177169dfbad7fb2e9d500b9c40002fa") | 1261 | ;;;### (autoloads nil "eieio-compat" "eieio-compat.el" "51667b1cd372f45acdae14f838cedcc6") |
| 1262 | ;;; Generated autoloads from eieio-compat.el | 1262 | ;;; Generated autoloads from eieio-compat.el |
| 1263 | 1263 | ||
| 1264 | (autoload 'eieio--defalias "eieio-compat" "\ | 1264 | (autoload 'eieio--defalias "eieio-compat" "\ |
| @@ -1325,6 +1325,27 @@ Summary: | |||
| 1325 | 1325 | ||
| 1326 | \(fn METHOD KIND ARGCLASS CODE)" nil nil) | 1326 | \(fn METHOD KIND ARGCLASS CODE)" nil nil) |
| 1327 | 1327 | ||
| 1328 | (autoload 'eieio-defmethod "eieio-compat" "\ | ||
| 1329 | Obsolete work part of an old version of the `defmethod' macro. | ||
| 1330 | |||
| 1331 | \(fn METHOD ARGS)" nil nil) | ||
| 1332 | |||
| 1333 | (make-obsolete 'eieio-defmethod 'cl-defmethod '"24.1") | ||
| 1334 | |||
| 1335 | (autoload 'eieio-defgeneric "eieio-compat" "\ | ||
| 1336 | Obsolete work part of an old version of the `defgeneric' macro. | ||
| 1337 | |||
| 1338 | \(fn METHOD DOC-STRING)" nil nil) | ||
| 1339 | |||
| 1340 | (make-obsolete 'eieio-defgeneric 'cl-defgeneric '"24.1") | ||
| 1341 | |||
| 1342 | (autoload 'eieio-defclass "eieio-compat" "\ | ||
| 1343 | |||
| 1344 | |||
| 1345 | \(fn CNAME SUPERCLASSES SLOTS OPTIONS)" nil nil) | ||
| 1346 | |||
| 1347 | (make-obsolete 'eieio-defclass 'eieio-defclass-internal '"25.1") | ||
| 1348 | |||
| 1328 | ;;;*** | 1349 | ;;;*** |
| 1329 | 1350 | ||
| 1330 | 1351 | ||