summaryrefslogtreecommitdiff
path: root/lisp/dired-x.el
diff options
context:
space:
mode:
authorLeo Liu <sdl.web@gmail.com>2011-02-16 00:51:39 -0800
committerGlenn Morris <rgm@gnu.org>2011-02-16 00:51:39 -0800
commitc6cefd36106ddade8fc65fc074221132357428ff (patch)
treed024ca12f03a77e8fe74efb3bd37a3d9e3ebdb1a /lisp/dired-x.el
parentb322c9aff7e794fa82123c6df4775a3887e90176 (diff)
downloademacs-c6cefd36106ddade8fc65fc074221132357428ff.tar.gz
More dired-x cleanup.
* lisp/dired-x.el (dired-mode-map, dired-extra-startup): Remove dired-copy-filename-as-kill since it's already in dired.el.
Diffstat (limited to 'lisp/dired-x.el')
-rw-r--r--lisp/dired-x.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/dired-x.el b/lisp/dired-x.el
index fa064898ed4..0d16eef1c28 100644
--- a/lisp/dired-x.el
+++ b/lisp/dired-x.el
@@ -245,7 +245,6 @@ to nil: a pipe using `zcat' or `gunzip -c' will be used."
(define-key dired-mode-map "*(" 'dired-mark-sexp)
(define-key dired-mode-map "*." 'dired-mark-extension)
(define-key dired-mode-map "\M-!" 'dired-smart-shell-command)
-(define-key dired-mode-map "w" 'dired-copy-filename-as-kill)
(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 "Y" 'dired-do-relsymlink)
@@ -308,8 +307,6 @@ files"]
\\[dired-do-find-marked-files]\t-- visit all marked files simultaneously
\\[dired-omit-mode]\t-- toggle omitting of files
\\[dired-mark-sexp]\t-- mark by Lisp expression
- \\[dired-copy-filename-as-kill]\t-- copy the file or subdir names into the kill ring;
- \t you can feed it to other commands using \\[yank]
To see the options you can set, use M-x customize-group RET dired-x RET.
See also the functions: