emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/record 0ac2818: Maybe unsatisfactory fix to test f


From: Lars Brinkhoff
Subject: [Emacs-diffs] scratch/record 0ac2818: Maybe unsatisfactory fix to test failure.
Date: Tue, 21 Mar 2017 04:22:05 -0400 (EDT)

branch: scratch/record
commit 0ac281865a26749a655236ff02b569500cdc8212
Author: Lars Brinkhoff <address@hidden>
Commit: Lars Brinkhoff <address@hidden>

    Maybe unsatisfactory fix to test failure.
---
 lisp/url/url-parse.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/url/url-parse.el b/lisp/url/url-parse.el
index 4738163..a3d2466 100644
--- a/lisp/url/url-parse.el
+++ b/lisp/url/url-parse.el
@@ -30,6 +30,7 @@
 (autoload 'url-scheme-get-property "url-methods")
 
 (cl-defstruct (url
+            (:type vector) :named
             (:constructor nil)
             (:constructor url-parse-make-urlobj
                           (&optional type user password host portspec filename



reply via email to

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