diff options
author | Glenn Morris <rgm@gnu.org> | 2011-02-18 00:00:08 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-02-18 00:00:08 -0800 |
commit | 002b46b7b4ce36db8f38eb86dcd3039e621603d5 (patch) | |
tree | d161290aca85cb68ead1a1551eded111be2467c3 /lisp/emacs-lisp/eieio-custom.el | |
parent | f31f846933e75007e9750ac6f6cd209a26c3daf1 (diff) | |
download | emacs-002b46b7b4ce36db8f38eb86dcd3039e621603d5.tar.gz emacs-002b46b7b4ce36db8f38eb86dcd3039e621603d5.tar.bz2 emacs-002b46b7b4ce36db8f38eb86dcd3039e621603d5.zip |
Use generated-autoload-file for internal eieio autoloads.
* lisp/emacs-lisp/eieio-custom.el: Set generated-autoload-file.
(customize-object): Add autoload cookie.
* lisp/emacs-lisp/eieio-opt.el: Set generated-autoload-file.
(eieio-browse, describe-class, eieio-describe-class)
(eieio-describe-constructor, describe-generic, eieio-describe-generic)
(eieio-help-mode-augmentation-maybee): Add autoload cookies.
* lisp/emacs-lisp/eieio.el: Regenerate with automatic autoloads.
* lisp/Makefile.in (autoloads): Make eieio.el writable.
Diffstat (limited to 'lisp/emacs-lisp/eieio-custom.el')
-rw-r--r-- | lisp/emacs-lisp/eieio-custom.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/eieio-custom.el b/lisp/emacs-lisp/eieio-custom.el index 6fe63fcb754..e8d7bea50fa 100644 --- a/lisp/emacs-lisp/eieio-custom.el +++ b/lisp/emacs-lisp/eieio-custom.el @@ -326,6 +326,7 @@ User made commands should also call this method when applying changes. Argument OBJ is the object that has been customized." nil) +;;;###autoload (defun customize-object (obj &optional group) "Customize OBJ in a custom buffer. Optional argument GROUP is the sub-group of slots to display." @@ -460,4 +461,8 @@ Return the symbol for the group, or nil" (provide 'eieio-custom) +;; Local variables: +;; generated-autoload-file: "eieio.el" +;; End: + ;;; eieio-custom.el ends here |