# HG changeset patch # User Miles Bader # Date 975327093 0 # Node ID da7c75342507359e30ae711f00562f8c268af114 # Parent c6633a26b63a9e234391defd3b6d78b98c30fccc (dired-add-entry): Call `dired-get-filename' with `verbatim' so that we don't inadvertently delete a non-existant directory name. diff -r c6633a26b63a -r da7c75342507 lisp/dired-aux.el --- a/lisp/dired-aux.el Mon Nov 27 12:11:00 2000 +0000 +++ b/lisp/dired-aux.el Mon Nov 27 12:11:33 2000 +0000 @@ -850,7 +850,7 @@ ;; the relative one. That may be hard to fix since it ;; is probably controlled by something in ftp. (goto-char opoint) - (let ((inserted-name (dired-get-filename))) + (let ((inserted-name (dired-get-filename 'verbatim))) (if (file-name-directory inserted-name) (progn (end-of-line)