aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc/erc-notify.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/erc/erc-notify.el')
-rw-r--r--lisp/erc/erc-notify.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/erc/erc-notify.el b/lisp/erc/erc-notify.el
index 0b5e99180d6..b9d7ff78cd8 100644
--- a/lisp/erc/erc-notify.el
+++ b/lisp/erc/erc-notify.el
@@ -30,9 +30,7 @@
30 30
31(require 'erc) 31(require 'erc)
32(require 'erc-networks) 32(require 'erc-networks)
33(eval-when-compile 33(eval-when-compile (require 'pcomplete))
34 (require 'cl)
35 (require 'pcomplete))
36 34
37;;;; Customizable variables 35;;;; Customizable variables
38 36