summaryrefslogtreecommitdiff
path: root/lisp/htmlfontify.el
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/htmlfontify.el
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/htmlfontify.el')
-rw-r--r--lisp/htmlfontify.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el
index 4977e08c3da..c9ede657f54 100644
--- a/lisp/htmlfontify.el
+++ b/lisp/htmlfontify.el
@@ -78,8 +78,6 @@
;;; Code:
(eval-when-compile (require 'cl-lib))
-(require 'custom)
-;; (`defgroup' `defcustom')
(require 'cus-edit)
(require 'htmlfontify-loaddefs)