comparison lisp/dired.el @ 86218:2d68ac2d165c

(dired-relist-entry): Declare as function.
author Glenn Morris <rgm@gnu.org>
date Mon, 19 Nov 2007 00:08:01 +0000
parents 25e29d02bb55
children 996f5a68400d
comparison
equal deleted inserted replaced
86217:974997c83cee 86218:2d68ac2d165c
3262 ("Cancel" . nil))))))) 3262 ("Cancel" . nil)))))))
3263 (if action 3263 (if action
3264 (dired-dnd-handle-local-file uri action) 3264 (dired-dnd-handle-local-file uri action)
3265 nil))) 3265 nil)))
3266 3266
3267 (declare-function dired-relist-entry "dired-aux" (file))
3268
3267 (defun dired-dnd-handle-local-file (uri action) 3269 (defun dired-dnd-handle-local-file (uri action)
3268 "Copy, move or link a file to the dired directory. 3270 "Copy, move or link a file to the dired directory.
3269 URI is the file to handle, ACTION is one of copy, move, link or ask. 3271 URI is the file to handle, ACTION is one of copy, move, link or ask.
3270 Ask means pop up a menu for the user to select one of copy, move or link." 3272 Ask means pop up a menu for the user to select one of copy, move or link."
3271 (require 'dired-aux) 3273 (require 'dired-aux)