mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
; * lisp/dired.el: Remove code commented out since 2000.
This commit is contained in:
parent
9ccd3d3231
commit
eba5cd3ca1
1 changed files with 0 additions and 6 deletions
|
|
@ -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.")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue