summaryrefslogtreecommitdiff
path: root/lisp
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
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')
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/dired.el1
2 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 36791d72151..59240f3065a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
+ * dired.el (dired-mode-map): Add key binding `C-te' for
+ `tumme-dired-edit-comment-and-tags'.
+
* tumme.el (tumme-display-thumbnail-original-image): Make sure
image display buffer is displayed before call to
`tumme-display-image.
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.