Files
emacs.d/elpa/weechat-20180112.1217/weechat-autoloads.el
Mateus Pinto Rodrigues 2362e805bd Add new packages installed
2018-03-27 20:52:59 -03:00

40 lines
1.4 KiB
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.
;;; 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" (23152 59255 545500
;;;;;; 883000))
;;; 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")
;;;;;; (23152 59255 695501 115000))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; weechat-autoloads.el ends here