summaryrefslogtreecommitdiff
path: root/lisp/net/eudc.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-02-27 18:22:59 +0100
committerStefan Kangas <stefan@marxist.se>2021-02-27 18:23:12 +0100
commit2c639a35a6d71d190bea896bbeb14b279e8d8384 (patch)
tree827570d875b31dfa30c5d35d1e1c2f6d0a99fa4a /lisp/net/eudc.el
parenta5ad6747c9da238bd2bcd335b9744ce9f4972ff1 (diff)
downloademacs-2c639a35a6d71d190bea896bbeb14b279e8d8384.tar.gz
Don't require overlay; that's only needed in XEmacs
* lisp/allout.el: * lisp/net/eudc.el: * lisp/org/org.el: Don't require overlay; that's only needed in XEmacs.
Diffstat (limited to 'lisp/net/eudc.el')
-rw-r--r--lisp/net/eudc.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/net/eudc.el b/lisp/net/eudc.el
index f61929c9ef8..afdf7c9a439 100644
--- a/lisp/net/eudc.el
+++ b/lisp/net/eudc.el
@@ -49,10 +49,6 @@
(require 'cl-lib)
-(eval-and-compile
- (if (not (fboundp 'make-overlay))
- (require 'overlay)))
-
(unless (fboundp 'custom-menu-create)
(autoload 'custom-menu-create "cus-edit"))