summaryrefslogtreecommitdiff
path: root/lisp/dired-x.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-07-09 10:21:31 +0200
committerStefan Kangas <stefan@marxist.se>2022-07-09 11:47:52 +0200
commitd74dad673b854b011b23853d298c9a8f86d2d6ad (patch)
tree10dd53d0df7feb335d8181e4e0031bfb9310d6b2 /lisp/dired-x.el
parent04f1396640f2af1a3be2ba48181c4e9242e6e77c (diff)
downloademacs-d74dad673b854b011b23853d298c9a8f86d2d6ad.tar.gz
Bind M-G unconditionally in Dired
* lisp/dired-x.el: Move dired-goto-subdir binding from here... * lisp/dired.el (dired-mode-map): ...to here. (Bug#21981) * doc/misc/dired-x.texi (Miscellaneous Commands): Move documentation of above command from here... * doc/emacs/dired.texi (Subdirectory Motion): ...to here.
Diffstat (limited to 'lisp/dired-x.el')
-rw-r--r--lisp/dired-x.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/dired-x.el b/lisp/dired-x.el
index 4d66ab6f128..9edf8374815 100644
--- a/lisp/dired-x.el
+++ b/lisp/dired-x.el
@@ -236,7 +236,6 @@ to nil: a pipe using `zcat' or `gunzip -c' will be used."
(define-key dired-mode-map "\C-x\M-o" 'dired-omit-mode)
(define-key dired-mode-map "\M-(" 'dired-mark-sexp)
(define-key dired-mode-map "\M-!" 'dired-smart-shell-command)
-(define-key dired-mode-map "\M-G" 'dired-goto-subdir)
(define-key dired-mode-map "F" 'dired-do-find-marked-files)
(define-key dired-mode-map "V" 'dired-do-run-mail)