summaryrefslogtreecommitdiff
path: root/lisp/dired.el
diff options
context:
space:
mode:
authorMathias Dahl <mathias.dahl@gmail.com>2006-07-19 10:39:35 +0000
committerMathias Dahl <mathias.dahl@gmail.com>2006-07-19 10:39:35 +0000
commit5caed45337f85223e8b525052aa661c606aa8db7 (patch)
tree20b8828d20f22137aa3f298e6b8d51a78eb3202e /lisp/dired.el
parent6869f2b4ac772007460d64802ca47d46305cbc69 (diff)
downloademacs-5caed45337f85223e8b525052aa661c606aa8db7.tar.gz
(dired-mode-map): Add key binding `C-te' for
`tumme-dired-edit-comment-and-tags'.
Diffstat (limited to 'lisp/dired.el')
-rw-r--r--lisp/dired.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index 64b73184397..59fb21a004f 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -1260,6 +1260,7 @@ Do so according to the former subdir alist OLD-SUBDIR-ALIST."
(define-key map "\C-tc" 'tumme-dired-comment-files)
(define-key map "\C-tf" 'tumme-mark-tagged-files)
(define-key map "\C-t\C-t" 'tumme-dired-insert-marked-thumbs)
+ (define-key map "\C-te" 'tumme-dired-edit-comment-and-tags)
;; Make menu bar items.