emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master e07d69e 2/2: * lisp/net/eudc.el (custom-menu-create): Remove unne


From: Stefan Kangas
Subject: master e07d69e 2/2: * lisp/net/eudc.el (custom-menu-create): Remove unnecessary autoload.
Date: Tue, 14 Dec 2021 10:11:20 -0500 (EST)

branch: master
commit e07d69e2dc4375111f56029ffe396839d13ce5f0
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * lisp/net/eudc.el (custom-menu-create): Remove unnecessary autoload.
---
 lisp/net/eudc.el | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/lisp/net/eudc.el b/lisp/net/eudc.el
index 14e5c28..62c2913 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]