diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-12-14 16:10:43 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-12-14 16:10:54 +0100 |
commit | e07d69e2dc4375111f56029ffe396839d13ce5f0 (patch) | |
tree | 737c29beffed05d4d9d7587f776666aeb10c8b49 /lisp | |
parent | 8704165197d987bc91bce336a73d23fc45669fa3 (diff) | |
download | emacs-e07d69e2dc4375111f56029ffe396839d13ce5f0.tar.gz emacs-e07d69e2dc4375111f56029ffe396839d13ce5f0.tar.bz2 emacs-e07d69e2dc4375111f56029ffe396839d13ce5f0.zip |
* lisp/net/eudc.el (custom-menu-create): Remove unnecessary autoload.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/net/eudc.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/net/eudc.el b/lisp/net/eudc.el index 14e5c28b2dc..62c2913b50a 100644 --- a/lisp/net/eudc.el +++ b/lisp/net/eudc.el @@ -46,16 +46,9 @@ ;;; Code: (require 'wid-edit) - (require 'cl-lib) - -(unless (fboundp 'custom-menu-create) - (autoload 'custom-menu-create "cus-edit")) - (require 'eudc-vars) - - ;;{{{ Internal cooking ;;{{{ Internal variables and compatibility tricks |