my-emacs-d/elpa/marshal-20160807.1954/marshal-autoloads.el

34 lines
719 B
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; marshal-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "marshal" "marshal.el" (22454 5328 305397 868000))
;;; Generated autoloads from marshal.el
(autoload 'marshal "marshal" "\
\(fn OBJ TYPE)" nil nil)
(autoload 'unmarshal "marshal" "\
\(fn OBJ BLOB TYPE)" nil nil)
(autoload 'marshal-defclass "marshal" "\
\(fn NAME SUPERCLASS SLOTS &rest OPTIONS-AND-DOC)" nil t)
(function-put 'marshal-defclass 'lisp-indent-function '2)
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; marshal-autoloads.el ends here