]> code.delx.au - gnu-emacs/blobdiff - lisp/dired.el
(mh-insert-x-mailer): Strip build number from version in X-Mailer
[gnu-emacs] / lisp / dired.el
index 8433432ff090fea4210fbc579b2ec0907b69fd90..7209248a75a2941cc5c2a6ed72b9d51e2b14b9bb 100644 (file)
@@ -206,7 +206,8 @@ with the buffer narrowed to the listing."
     ("^file:"    . dired-dnd-handle-local-file))
   "The functions to call when a drop in `dired-mode' is made.
 See `dnd-protocol-alist' for more information.  When nil, behave
-as in other buffers."
+as in other buffers.  Changing this option is effective only for
+new dired buffers."
   :type '(choice (repeat (cons (regexp) (function)))
                 (const :tag "Behave as in other buffers" nil))
   :version "22.1"
@@ -1258,6 +1259,7 @@ Do so according to the former subdir alist OLD-SUBDIR-ALIST."
     (define-key map "\C-t." 'tumme-display-thumb)
     (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)
 
     ;; Make menu bar items.