summaryrefslogtreecommitdiff
path: root/lisp/dnd.el
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2007-06-28 19:07:32 +0000
committerJan Djärv <jan.h.d@swipnet.se>2007-06-28 19:07:32 +0000
commit12585bf2c462fe44a580d42587991a12ee930a06 (patch)
treedd4faf68a17f315d5803f45a6416906549534651 /lisp/dnd.el
parentde3f71d670b870a0bd3f10cbedb427c0d81f8dbc (diff)
downloademacs-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.el2
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