From e22f775cd234b50868bad83cd0f26ff1ac13c576 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 26 Jun 2007 12:02:40 +0000 Subject: [PATCH] (dnd-get-local-file-name): Call replace-regexp-in-string with FIXEDCASE t. --- lisp/dnd.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/dnd.el b/lisp/dnd.el index 56a619490aa..8f31adf2756 100644 --- a/lisp/dnd.el +++ b/lisp/dnd.el @@ -151,7 +151,7 @@ Return nil if URI is not a local file." (let ((str (make-string 1 0))) (aset str 0 (string-to-number (substring arg 1) 16)) str)) - f nil t)) + f t t)) (let* ((decoded-f (decode-coding-string f (or file-name-coding-system -- 2.39.5