# HG changeset patch # User Jan Dj¸«£rv # Date 1183057642 0 # Node ID 08057013c059408ee66208a62ee5f1f1f859d447 # Parent ce887279760ddbe09c71eb021bd3c4d0f89598b4 (dnd-get-local-file-name): Set fixcase to t in call to replace-regexp-in-string. diff -r ce887279760d -r 08057013c059 lisp/dnd.el --- a/lisp/dnd.el Thu Jun 28 10:10:29 2007 +0000 +++ b/lisp/dnd.el Thu Jun 28 19:07:22 2007 +0000 @@ -149,7 +149,7 @@ "%[A-Fa-f0-9][A-Fa-f0-9]" (lambda (arg) (format "%c" (string-to-number (substring arg 1) 16))) - f nil t)) + f t t)) (let* ((decoded-f (decode-coding-string f (or file-name-coding-system