1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

* lisp/net/eudc.el (custom-menu-create): Remove unnecessary autoload.

This commit is contained in:
Stefan Kangas 2021-12-14 16:10:43 +01:00
parent 8704165197
commit e07d69e2dc

View file

@ -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