diff options
| -rw-r--r-- | test/lisp/x-dnd-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/x-dnd-tests.el b/test/lisp/x-dnd-tests.el index ef9c8aada28..55994e9b724 100644 --- a/test/lisp/x-dnd-tests.el +++ b/test/lisp/x-dnd-tests.el | |||
| @@ -124,8 +124,8 @@ Return the result of the selection." | |||
| 124 | (format "file://%s%s" (system-name) | 124 | (format "file://%s%s" (system-name) |
| 125 | (expand-file-name x-dnd-tests-xds-property-value | 125 | (expand-file-name x-dnd-tests-xds-property-value |
| 126 | x-dnd-tests-xds-target-dir)) | 126 | x-dnd-tests-xds-target-dir)) |
| 127 | (concat "file:///" (expand-file-name x-dnd-tests-xds-property-value | 127 | (concat "file://" (expand-file-name x-dnd-tests-xds-property-value |
| 128 | x-dnd-tests-xds-target-dir))))) | 128 | x-dnd-tests-xds-target-dir))))) |
| 129 | (setq x-dnd-tests-xds-property-value | 129 | (setq x-dnd-tests-xds-property-value |
| 130 | (encode-coding-string (url-encode-url uri) | 130 | (encode-coding-string (url-encode-url uri) |
| 131 | 'raw-text))) | 131 | 'raw-text))) |