Merge alex/local-files-display
authorplugd <plugd@thelambdalab.xyz>
Thu, 12 Aug 2021 14:04:29 +0000 (16:04 +0200)
committerplugd <plugd@thelambdalab.xyz>
Thu, 12 Aug 2021 14:04:29 +0000 (16:04 +0200)
1  2 
elpher.el

diff --cc elpher.el
+++ b/elpher.el
@@@ -1497,6 -1493,7 +1496,7 @@@ treatment that a separate function is w
            (if (string-empty-p (url-filename address))
                (setf (url-filename address) "/")) ;ensure empty filename is marked as absolute
          (setf (url-host address) (url-host current-address))
 -        (setf (url-fullness address) (not (string-empty-p (url-host address)))) ; set fullness to t if host is set
++        (setf (url-fullness address) (url-host address)) ; set fullness to t if host is set
          (setf (url-portspec address) (url-portspec current-address)) ; (url-port) too slow!
          (unless (string-prefix-p "/" (url-filename address)) ;deal with relative links
            (setf (url-filename address)