aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Engster2014-01-09 21:31:21 +0100
committerDavid Engster2014-01-09 21:31:21 +0100
commit05e0afceb9ddde2bcdafe43beb4b24b996db54f4 (patch)
treeb3ba54050fef6e60e4cbb2aedb6bb99ad908059f
parent00885d0882a87dfaffc9324232cef02d7f725daf (diff)
downloademacs-05e0afceb9ddde2bcdafe43beb4b24b996db54f4.tar.gz
emacs-05e0afceb9ddde2bcdafe43beb4b24b996db54f4.zip
Restore generated autoloads in eieio.el.
* emacs-lisp/eieio-custom.el: * emacs-lisp/eieio-opt.el: Set generated autoload file to 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org. * emacs-lisp/eieio.el: Regenerate autoloads.
-rw-r--r--lisp/ChangeLog7
-rw-r--r--lisp/emacs-lisp/eieio-custom.el4
-rw-r--r--lisp/emacs-lisp/eieio-opt.el4
-rw-r--r--lisp/emacs-lisp/eieio.el39
4 files changed, 26 insertions, 28 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bdf72dad1c5..666a7886a2b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12014-01-09 David Engster <deng@randomsample.de>
2
3 * emacs-lisp/eieio-custom.el:
4 * emacs-lisp/eieio-opt.el: Set generated autoload file to
5 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
6 * emacs-lisp/eieio.el: Regenerate autoloads.
7
12014-01-09 Eric S. Raymond <esr@thyrsus.com> 82014-01-09 Eric S. Raymond <esr@thyrsus.com>
2 9
3 * vc/vc-git.el (vc-git-print-log): Add --follow option to command, 10 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
diff --git a/lisp/emacs-lisp/eieio-custom.el b/lisp/emacs-lisp/eieio-custom.el
index 0501437ca59..cbb35fee3f6 100644
--- a/lisp/emacs-lisp/eieio-custom.el
+++ b/lisp/emacs-lisp/eieio-custom.el
@@ -473,4 +473,8 @@ Return the symbol for the group, or nil"
473 473
474(provide 'eieio-custom) 474(provide 'eieio-custom)
475 475
476;; Local variables:
477;; generated-autoload-file: "eieio.el"
478;; End:
479
476;;; eieio-custom.el ends here 480;;; eieio-custom.el ends here
diff --git a/lisp/emacs-lisp/eieio-opt.el b/lisp/emacs-lisp/eieio-opt.el
index 9269c744b9f..127c25540fa 100644
--- a/lisp/emacs-lisp/eieio-opt.el
+++ b/lisp/emacs-lisp/eieio-opt.el
@@ -692,4 +692,8 @@ INDENT is the current indentation level."
692 692
693(provide 'eieio-opt) 693(provide 'eieio-opt)
694 694
695;; Local variables:
696;; generated-autoload-file: "eieio.el"
697;; End:
698
695;;; eieio-opt.el ends here 699;;; eieio-opt.el ends here
diff --git a/lisp/emacs-lisp/eieio.el b/lisp/emacs-lisp/eieio.el
index 4d572601243..681bd376685 100644
--- a/lisp/emacs-lisp/eieio.el
+++ b/lisp/emacs-lisp/eieio.el
@@ -913,14 +913,10 @@ Optional argument NOESCAPE is passed to `prin1-to-string' when appropriate."
913 ) 913 )
914 ) 914 )
915 915
916;;; Autoloading some external symbols, and hooking into the help system
917;;
918
919 916
920;;; Start of automatically extracted autoloads. 917;;; Start of automatically extracted autoloads.
921 918
922;;;### (autoloads (customize-object) "eieio-custom" "eieio-custom.el" 919;;;### (autoloads nil "eieio-custom" "eieio-custom.el" "5b0e7b1beea11f9e9de6887279f75d61")
923;;;;;; "928623502e8bf40454822355388542b5")
924;;; Generated autoloads from eieio-custom.el 920;;; Generated autoloads from eieio-custom.el
925 921
926(autoload 'customize-object "eieio-custom" "\ 922(autoload 'customize-object "eieio-custom" "\
@@ -931,9 +927,7 @@ Optional argument GROUP is the sub-group of slots to display.
931 927
932;;;*** 928;;;***
933 929
934;;;### (autoloads (eieio-help-mode-augmentation-maybee eieio-describe-generic 930;;;### (autoloads nil "eieio-opt" "eieio-opt.el" "c7a7173e78edd280eb4289bd2a0376c5")
935;;;;;; eieio-describe-constructor eieio-describe-class eieio-browse)
936;;;;;; "eieio-opt" "eieio-opt.el" "d808328f9c0156ecbd412d77ba8c569e")
937;;; Generated autoloads from eieio-opt.el 931;;; Generated autoloads from eieio-opt.el
938 932
939(autoload 'eieio-browse "eieio-opt" "\ 933(autoload 'eieio-browse "eieio-opt" "\
@@ -942,33 +936,22 @@ If optional ROOT-CLASS, then start with that, otherwise start with
942variable `eieio-default-superclass'. 936variable `eieio-default-superclass'.
943 937
944\(fn &optional ROOT-CLASS)" t nil) 938\(fn &optional ROOT-CLASS)" t nil)
945(defalias 'describe-class 'eieio-describe-class)
946 939
947(autoload 'eieio-describe-class "eieio-opt" "\ 940(autoload 'eieio-help-class "eieio-opt" "\
948Describe a CLASS defined by a string or symbol. 941Print help description for CLASS.
949If CLASS is actually an object, then also display current values of that object. 942If CLASS is actually an object, then also display current values of that object.
950Optional HEADERFCN should be called to insert a few bits of info first.
951
952\(fn CLASS &optional HEADERFCN)" t nil)
953
954(autoload 'eieio-describe-constructor "eieio-opt" "\
955Describe the constructor function FCN.
956Uses `eieio-describe-class' to describe the class being constructed.
957 943
958\(fn FCN)" t nil) 944\(fn CLASS)" nil nil)
959(defalias 'describe-generic 'eieio-describe-generic)
960 945
961(autoload 'eieio-describe-generic "eieio-opt" "\ 946(autoload 'eieio-help-constructor "eieio-opt" "\
962Describe the generic function GENERIC. 947Describe CTR if it is a class constructor.
963Also extracts information about all methods specific to this generic.
964 948
965\(fn GENERIC)" t nil) 949\(fn CTR)" nil nil)
966 950
967(autoload 'eieio-help-mode-augmentation-maybee "eieio-opt" "\ 951(autoload 'eieio-help-generic "eieio-opt" "\
968For buffers thrown into help mode, augment for EIEIO. 952Describe GENERIC if it is a generic function.
969Arguments UNUSED are not used.
970 953
971\(fn &rest UNUSED)" nil nil) 954\(fn GENERIC)" nil nil)
972 955
973;;;*** 956;;;***
974 957