emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 1a85545f2d 3/3: Fix typo in x-dnd-tests.el


From: Po Lu
Subject: master 1a85545f2d 3/3: Fix typo in x-dnd-tests.el
Date: Sun, 24 Jul 2022 22:09:06 -0400 (EDT)

branch: master
commit 1a85545f2dcd5526f20d42a50995ebc328f969cd
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    Fix typo in x-dnd-tests.el
    
    * test/lisp/x-dnd-tests.el (x-begin-drag): Avoid extra leading /
    in file names.  (bug#56712)
---
 test/lisp/x-dnd-tests.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/lisp/x-dnd-tests.el b/test/lisp/x-dnd-tests.el
index ef9c8aada2..55994e9b72 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."
                      (format "file://%s%s" (system-name)
                              (expand-file-name x-dnd-tests-xds-property-value
                                                x-dnd-tests-xds-target-dir))
-                   (concat "file:///" (expand-file-name 
x-dnd-tests-xds-property-value
-                                                        
x-dnd-tests-xds-target-dir)))))
+                   (concat "file://" (expand-file-name 
x-dnd-tests-xds-property-value
+                                                       
x-dnd-tests-xds-target-dir)))))
         (setq x-dnd-tests-xds-property-value
               (encode-coding-string (url-encode-url uri)
                                     'raw-text)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]