diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2020-12-03 09:50:58 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2020-12-03 09:50:58 +0100 |
commit | 4594d6f59a0f0c229ded9874a38ae5acf9fe5647 (patch) | |
tree | 3c341117f262fe0c150d90d7f163964f7450d6f9 /lisp/savehist.el | |
parent | cf90856946827d6a5c87c6e79e312fdd0becf899 (diff) | |
download | emacs-4594d6f59a0f0c229ded9874a38ae5acf9fe5647.tar.gz |
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/savehist.el')
-rw-r--r-- | lisp/savehist.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/savehist.el b/lisp/savehist.el index 5d20239d17f..8931e83243d 100644 --- a/lisp/savehist.el +++ b/lisp/savehist.el @@ -47,8 +47,6 @@ ;;; Code: -(require 'custom) - ;; User variables (defgroup savehist nil |