From: Jan Djärv Date: Thu, 28 Jun 2007 19:06:27 +0000 (+0000) Subject: (dnd-get-local-file-name): Set fixcase to t in call to X-Git-Tag: emacs-pretest-23.0.90~12075 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e1e16897f3df68847f728cd30c2a752d12a501f2;p=emacs.git (dnd-get-local-file-name): Set fixcase to t in call to replace-regexp-in-string. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 56987cff8e7..a787f7bb378 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-06-28 Jan Dj,Ad(Brv + + * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to + replace-regexp-in-string. + 2007-06-28 Stefan Monnier * emacs-lisp/cl.el: Set edebug and indentation before loading 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