diff options
| -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 2b523476a4f..df081539cf0 100644 --- a/lisp/dnd.el +++ b/lisp/dnd.el | |||
| @@ -146,7 +146,7 @@ Return nil if URI is not a local file." | |||
| 146 | (substring uri (match-end 0)))))) | 146 | (substring uri (match-end 0)))))) |
| 147 | (when (and f must-exist) | 147 | (when (and f must-exist) |
| 148 | (setq f (replace-regexp-in-string | 148 | (setq f (replace-regexp-in-string |
| 149 | "%[A-Z0-9][A-Z0-9]" | 149 | "%[A-Fa-f0-9][A-Fa-f0-9]" |
| 150 | (lambda (arg) | 150 | (lambda (arg) |
| 151 | (format "%c" (string-to-number (substring arg 1) 16))) | 151 | (format "%c" (string-to-number (substring arg 1) 16))) |
| 152 | f nil t)) | 152 | f nil t)) |