emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 41efcf4: Auto-commit of loaddefs files.


From: Glenn Morris
Subject: [Emacs-diffs] master 41efcf4: Auto-commit of loaddefs files.
Date: Wed, 21 Jan 2015 11:20:27 +0000

branch: master
commit 41efcf4db1589c2141ace6b9c3c15aa0386ecf95
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    Auto-commit of loaddefs files.
---
 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 b89ccfd..0297acc 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."
             (eieio--class-precedence-list tag))))
 
 
-;;;### (autoloads nil "eieio-compat" "eieio-compat.el" 
"b177169dfbad7fb2e9d500b9c40002fa")
+;;;### (autoloads nil "eieio-compat" "eieio-compat.el" 
"51667b1cd372f45acdae14f838cedcc6")
 ;;; Generated autoloads from eieio-compat.el
 
 (autoload 'eieio--defalias "eieio-compat" "\
@@ -1325,6 +1325,27 @@ Summary:
 
 \(fn METHOD KIND ARGCLASS CODE)" nil nil)
 
+(autoload 'eieio-defmethod "eieio-compat" "\
+Obsolete work part of an old version of the `defmethod' macro.
+
+\(fn METHOD ARGS)" nil nil)
+
+(make-obsolete 'eieio-defmethod 'cl-defmethod '"24.1")
+
+(autoload 'eieio-defgeneric "eieio-compat" "\
+Obsolete work part of an old version of the `defgeneric' macro.
+
+\(fn METHOD DOC-STRING)" nil nil)
+
+(make-obsolete 'eieio-defgeneric 'cl-defgeneric '"24.1")
+
+(autoload 'eieio-defclass "eieio-compat" "\
+
+
+\(fn CNAME SUPERCLASSES SLOTS OPTIONS)" nil nil)
+
+(make-obsolete 'eieio-defclass 'eieio-defclass-internal '"25.1")
+
 ;;;***
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]