More dired-x cleanup.
authorLeo Liu <sdl.web@gmail.com>
Wed, 16 Feb 2011 08:51:39 +0000 (00:51 -0800)
committerGlenn Morris <rgm@gnu.org>
Wed, 16 Feb 2011 08:51:39 +0000 (00:51 -0800)
* lisp/dired-x.el (dired-mode-map, dired-extra-startup):
Remove dired-copy-filename-as-kill since it's already in dired.el.

lisp/ChangeLog
lisp/dired-x.el

index 10ca65a..65453b4 100644 (file)
@@ -1,3 +1,8 @@
+2011-02-16  Leo  <sdl.web@gmail.com>
+
+       * dired-x.el (dired-mode-map, dired-extra-startup):
+       Remove dired-copy-filename-as-kill since it's already in dired.el.
+
 2011-02-16  Glenn Morris  <rgm@gnu.org>
 
        * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
index fa06489..0d16eef 100644 (file)
@@ -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: