comparison lisp/dired.el @ 94145:3af508d0bd74

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1112
author Miles Bader <miles@gnu.org>
date Fri, 18 Apr 2008 02:56:45 +0000
parents bae1479690d4 837d54fb9fc9
children 1a8916b995cf
comparison
equal deleted inserted replaced
94144:40901fec25aa 94145:3af508d0bd74
3248 (const :tag "Copy directories without asking" always)) 3248 (const :tag "Copy directories without asking" always))
3249 :group 'dired) 3249 :group 'dired)
3250 3250
3251 (defun dired-dnd-popup-notice () 3251 (defun dired-dnd-popup-notice ()
3252 (message-box 3252 (message-box
3253 "Recursive copies not enabled.\nSee variable dired-recursive-copies.")) 3253 "Dired recursive copies are currently disabled.\nSee the variable `dired-recursive-copies'."))
3254 3254
3255 3255
3256 (defun dired-dnd-do-ask-action (uri) 3256 (defun dired-dnd-do-ask-action (uri)
3257 ;; No need to get actions and descriptions from the source, 3257 ;; No need to get actions and descriptions from the source,
3258 ;; we only have three actions anyway. 3258 ;; we only have three actions anyway.