projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ccd3d3
)
; * lisp/dired.el: Remove code commented out since 2000.
author
Stefan Kangas
<stefan@marxist.se>
Fri, 10 Dec 2021 14:39:23 +0000
(15:39 +0100)
committer
Stefan Kangas
<stefan@marxist.se>
Fri, 10 Dec 2021 14:39:23 +0000
(15:39 +0100)
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index 4e2a32de6764a4dc6a802b4b659c97ffd842a68b..b964fd9c181d58adb74e255aeeb587c5f352ae9c 100644
(file)
--- a/
lisp/dired.el
+++ b/
lisp/dired.el
@@
-2066,12
+2066,6
@@
Do so according to the former subdir alist OLD-SUBDIR-ALIST."
(define-key map ":v" 'epa-dired-do-verify)
(define-key map ":s" 'epa-dired-do-sign)
(define-key map ":e" 'epa-dired-do-encrypt)
-
- ;; No need to do this, now that top-level items are fewer.
- ;;;;
- ;; Get rid of the Edit menu bar item to save space.
- ;;(define-key map [menu-bar edit] 'undefined)
-
map)
"Local keymap for Dired mode buffers.")