]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-mode-map): Add key binding `C-te' for
authorMathias Dahl <mathias.dahl@gmail.com>
Wed, 19 Jul 2006 10:40:00 +0000 (10:40 +0000)
committerMathias Dahl <mathias.dahl@gmail.com>
Wed, 19 Jul 2006 10:40:00 +0000 (10:40 +0000)
`tumme-dired-edit-comment-and-tags'.

lisp/ChangeLog
lisp/dired.el

index 36791d72151d892a4da1dc91889d1303b11c1bb8..59240f3065a747798a257496b7d55eb24eaedbc7 100644 (file)
@@ -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.
index 64b73184397479a43d756c2833cadc15b739c885..59fb21a004f5fc2aa029900a540b1ee9a3e5faa9 100644 (file)
@@ -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.