summaryrefslogtreecommitdiff
path: root/lisp/dired.el
diff options
context:
space:
mode:
authorMathias Dahl <mathias.dahl@gmail.com>2006-07-19 10:40:00 +0000
committerMathias Dahl <mathias.dahl@gmail.com>2006-07-19 10:40:00 +0000
commitbf33fe16446559d6d38ca0ddfebe2daf8c1597eb (patch)
tree6e8308f85eb0e5aa3ae014abc09f71e5a19c8d9e /lisp/dired.el
parent975588c09139b7ab5d53071414e87e375bd83452 (diff)
downloademacs-bf33fe16446559d6d38ca0ddfebe2daf8c1597eb.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.