diff options
Diffstat (limited to 'lisp/dired-x.el')
-rw-r--r-- | lisp/dired-x.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/dired-x.el b/lisp/dired-x.el index 1199de183fb..5f31bc402ff 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el @@ -236,8 +236,6 @@ to nil: a pipe using `zcat' or `gunzip -c' will be used." ;;; MENU BINDINGS -(require 'easymenu) - (when-let ((menu (lookup-key dired-mode-map [menu-bar]))) (easy-menu-add-item menu '("Operate") ["Find Files" dired-do-find-marked-files |