diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2007-06-28 19:07:32 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2007-06-28 19:07:32 +0000 |
commit | 12585bf2c462fe44a580d42587991a12ee930a06 (patch) | |
tree | dd4faf68a17f315d5803f45a6416906549534651 /lisp/dnd.el | |
parent | de3f71d670b870a0bd3f10cbedb427c0d81f8dbc (diff) | |
download | emacs-12585bf2c462fe44a580d42587991a12ee930a06.tar.gz |
(dnd-get-local-file-name): Set fixcase to t in call to
replace-regexp-in-string.
Diffstat (limited to 'lisp/dnd.el')
-rw-r--r-- | lisp/dnd.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dnd.el b/lisp/dnd.el index df081539cf0..193fa962ea7 100644 --- a/lisp/dnd.el +++ b/lisp/dnd.el @@ -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 |