1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00

(dnd-get-local-file-name): Set fixcase to t in call to

replace-regexp-in-string.
This commit is contained in:
Jan Djärv 2007-06-28 19:07:32 +00:00
parent de3f71d670
commit 12585bf2c4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-06-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
replace-regexp-in-string.
2007-06-28 Andreas Schwab <schwab@suse.de>
* Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on

View File

@ -149,7 +149,7 @@ Return nil if URI is not a local file."
"%[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