Update all my elpa files

This commit is contained in:
Mateus Pinto Rodrigues
2018-05-17 18:02:17 -03:00
parent 216ee979b9
commit 0024c08036
860 changed files with 8617 additions and 7072 deletions

View File

@@ -0,0 +1,39 @@
;;; weechat-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "weechat" "weechat.el" (23293 60625 349674
;;;;;; 451000))
;;; Generated autoloads from weechat.el
(autoload 'weechat-connect "weechat" "\
Connect to WeeChat.
HOST is the relay host, `weechat-host-default' by default.
PORT is the port where the relay listens, `weechat-port-default' by default.
PASSWORD is either a string, a function or nil.
MODE is null or 'plain for a plain socket, t or 'ssl for a TLS socket;
a string denotes a command to run. You can use %h and %p to interpolate host
and port number respectively.
\(fn &optional HOST PORT PASSWORD MODE FORCE-DISCONNECT)" t nil)
;;;***
;;;### (autoloads nil nil ("weechat-button.el" "weechat-cmd.el" "weechat-color.el"
;;;;;; "weechat-complete.el" "weechat-core.el" "weechat-corrector.el"
;;;;;; "weechat-image.el" "weechat-latex.el" "weechat-notifications.el"
;;;;;; "weechat-pkg.el" "weechat-read-marker.el" "weechat-relay.el"
;;;;;; "weechat-sauron.el" "weechat-secrets.el" "weechat-smiley.el"
;;;;;; "weechat-speedbar.el" "weechat-spelling.el" "weechat-tracking.el")
;;;;;; (23293 60627 145855 345000))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; weechat-autoloads.el ends here