diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-02-27 18:22:59 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-02-27 18:23:12 +0100 |
commit | 2c639a35a6d71d190bea896bbeb14b279e8d8384 (patch) | |
tree | 827570d875b31dfa30c5d35d1e1c2f6d0a99fa4a /lisp/org/org.el | |
parent | a5ad6747c9da238bd2bcd335b9744ce9f4972ff1 (diff) | |
download | emacs-2c639a35a6d71d190bea896bbeb14b279e8d8384.tar.gz emacs-2c639a35a6d71d190bea896bbeb14b279e8d8384.tar.bz2 emacs-2c639a35a6d71d190bea896bbeb14b279e8d8384.zip |
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/org/org.el')
-rw-r--r-- | lisp/org/org.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/org/org.el b/lisp/org/org.el index e6a5cca9391..fcf02f13299 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el @@ -4758,7 +4758,6 @@ This is for getting out of special buffers like capture.") (require 'time-date) (unless (fboundp 'time-subtract) (defalias 'time-subtract 'subtract-time)) (require 'easymenu) -(require 'overlay) (require 'org-entities) (require 'org-faces) |