my-emacs-d/elpa/slack-20160928.2036/slack-autoloads.el

48 lines
1.6 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.

;;; slack-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "slack" "slack.el" (22533 17549 313723 713000))
;;; Generated autoloads from slack.el
(autoload 'slack-start "slack" "\
\(fn &optional TEAM)" t nil)
;;;***
;;;### (autoloads nil "slack-team" "slack-team.el" (22533 17549 403725
;;;;;; 767000))
;;; Generated autoloads from slack-team.el
(autoload 'slack-register-team "slack-team" "\
PLIST must contain :name :client-id :client-secret with value.
setting :token will reduce your configuration step.
you will notified when receive message with channel included in subscribed-chennels.
if :default is t and `slack-prefer-current-team' is t, skip selecting team when channels listed.
you can change current-team with `slack-change-current-team'
\(fn &rest PLIST)" t nil)
;;;***
;;;### (autoloads nil nil ("slack-bot-message.el" "slack-buffer.el"
;;;;;; "slack-channel.el" "slack-file.el" "slack-group.el" "slack-im.el"
;;;;;; "slack-message-editor.el" "slack-message-formatter.el" "slack-message-notification.el"
;;;;;; "slack-message-reaction.el" "slack-message-sender.el" "slack-message.el"
;;;;;; "slack-pkg.el" "slack-reaction.el" "slack-reminder.el" "slack-reply.el"
;;;;;; "slack-request.el" "slack-room.el" "slack-search.el" "slack-user-message.el"
;;;;;; "slack-user.el" "slack-util.el" "slack-websocket.el") (22533
;;;;;; 17549 504728 72000))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; slack-autoloads.el ends here