projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8704165
)
* lisp/net/eudc.el (custom-menu-create): Remove unnecessary autoload.
author
Stefan Kangas
<stefan@marxist.se>
Tue, 14 Dec 2021 15:10:43 +0000
(16:10 +0100)
committer
Stefan Kangas
<stefan@marxist.se>
Tue, 14 Dec 2021 15:10:54 +0000
(16:10 +0100)
lisp/net/eudc.el
patch
|
blob
|
history
diff --git
a/lisp/net/eudc.el
b/lisp/net/eudc.el
index 14e5c28b2dcc0c716ec9fd55493e401daef9c103..62c2913b50a01cccb207df24b6654595abe380b1 100644
(file)
--- 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