Updated packages
This commit is contained in:
33
elpa/marshal-20160807.1954/marshal-autoloads.el
Normal file
33
elpa/marshal-20160807.1954/marshal-autoloads.el
Normal file
@@ -0,0 +1,33 @@
|
||||
;;; 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
|
||||
Reference in New Issue
Block a user