diff options
author | Kenichi Handa <handa@m17n.org> | 2007-06-26 12:02:40 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2007-06-26 12:02:40 +0000 |
commit | e22f775cd234b50868bad83cd0f26ff1ac13c576 (patch) | |
tree | 5502b3795d9d2d7b49afc48fc4906a48cdb6aa3e /lisp/dnd.el | |
parent | 4383486ee18377aec55c28312e4515175f99c321 (diff) | |
download | emacs-e22f775cd234b50868bad83cd0f26ff1ac13c576.tar.gz emacs-e22f775cd234b50868bad83cd0f26ff1ac13c576.tar.bz2 emacs-e22f775cd234b50868bad83cd0f26ff1ac13c576.zip |
(dnd-get-local-file-name): Call replace-regexp-in-string
with FIXEDCASE t.
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 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 |