Updated packages

This commit is contained in:
2016-08-18 22:01:20 +02:00
parent 314c219408
commit c22f73d23f
200 changed files with 3048 additions and 2019 deletions

View 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