emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/record bc8bccb: One more place in url-expand.el.


From: Lars Brinkhoff
Subject: [Emacs-diffs] scratch/record bc8bccb: One more place in url-expand.el.
Date: Wed, 29 Mar 2017 04:45:41 -0400 (EDT)

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

    One more place in url-expand.el.
---
 lisp/url/url-expand.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/url/url-expand.el b/lisp/url/url-expand.el
index a10a09a..9ceaa02 100644
--- a/lisp/url/url-expand.el
+++ b/lisp/url/url-expand.el
@@ -73,7 +73,7 @@ path components followed by `..' are removed, along with the 
`..' itself."
 
   ;; Need to figure out how/where to expand the fragment relative to
   (setq default (cond
-                ((recordp default)
+                ((url-p default)
                  ;; Default URL has already been parsed
                  default)
                 (default



reply via email to

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