summaryrefslogtreecommitdiff
path: root/jabber-chatstates.el
diff options
context:
space:
mode:
authorMagnus Henoch <magnus.henoch@gmail.com>2013-08-27 10:09:56 +0100
committerMagnus Henoch <magnus.henoch@gmail.com>2013-08-27 10:09:56 +0100
commit350ef23aaac0242e470fd8fac3a447b7df77f293 (patch)
tree52f00c35ed721c3d91214154683a3a1ab8fb048f /jabber-chatstates.el
parentde83262ef8db3bd318de14df26ea6392f2428fc5 (diff)
Don't require jabber-autoloads
Requiring jabber-autoloads from .emacs or a similar location is the only supported way to load jabber.el, and it's also the way it gets done when installing it as a package.
Diffstat (limited to 'jabber-chatstates.el')
-rw-r--r--jabber-chatstates.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/jabber-chatstates.el b/jabber-chatstates.el
index a32b656..8b82171 100644
--- a/jabber-chatstates.el
+++ b/jabber-chatstates.el
@@ -22,7 +22,6 @@
;; - Currently only active/composing notifications are /sent/ though all 5
;; notifications are handled on receipt.
-(require 'jabber-autoloads)
(require 'cl)
(defgroup jabber-chatstates nil