summaryrefslogtreecommitdiff
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2020-12-03 09:50:58 +0100
committerStefan Kangas <stefankangas@gmail.com>2020-12-03 09:50:58 +0100
commit4594d6f59a0f0c229ded9874a38ae5acf9fe5647 (patch)
tree3c341117f262fe0c150d90d7f163964f7450d6f9 /lisp/textmodes
parentcf90856946827d6a5c87c6e79e312fdd0becf899 (diff)
downloademacs-4594d6f59a0f0c229ded9874a38ae5acf9fe5647.tar.gz
emacs-4594d6f59a0f0c229ded9874a38ae5acf9fe5647.tar.bz2
emacs-4594d6f59a0f0c229ded9874a38ae5acf9fe5647.zip
Remove redundant requires of 'custom'
* lisp/emacs-lisp/eieio-custom.el: * lisp/htmlfontify.el: * lisp/mwheel.el: * lisp/net/eudc-vars.el: * lisp/net/ldap.el: * lisp/net/tramp-ftp.el: * lisp/net/tramp-gvfs.el: * lisp/progmodes/cwarn.el: * lisp/progmodes/sql.el: * lisp/savehist.el: * lisp/textmodes/reftex.el: * lisp/wid-browse.el: Don't require 'custom'; it is preloaded since version 20.1.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/reftex.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el
index 29ebab5f9bb..b1fa79ae2ac 100644
--- a/lisp/textmodes/reftex.el
+++ b/lisp/textmodes/reftex.el
@@ -51,10 +51,6 @@
;;; Code:
(eval-when-compile (require 'cl-lib))
-
-;; Stuff that needs to be there when we use defcustom
-(require 'custom)
-
(require 'easymenu)
(defvar reftex-tables-dirty t