[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 7912fdc 3/3: erc build fix for the previous patch
From: |
Lars Ingebrigtsen |
Subject: |
[Emacs-diffs] master 7912fdc 3/3: erc build fix for the previous patch |
Date: |
Sat, 14 Apr 2018 14:54:40 -0400 (EDT) |
branch: master
commit 7912fdcc4d57e784acc6b2ae2fb545554afcfbb9
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>
erc build fix for the previous patch
---
lisp/erc/erc.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el
index f1e21c9..8c4da32 100644
--- a/lisp/erc/erc.el
+++ b/lisp/erc/erc.el
@@ -75,6 +75,7 @@
(require 'thingatpt)
(require 'auth-source)
(require 'erc-compat)
+(require 'subr-x)
(defvar erc-official-location
"https://www.emacswiki.org/emacs/ERC (mailing list: address@hidden)"