=== modified file 'lisp/url/url-parse.el' *** lisp/url/url-parse.el 2014-01-01 07:43:34 +0000 --- lisp/url/url-parse.el 2014-03-12 10:08:48 +0000 *************** *** 94,100 **** "@")) host (if port (format ":%d" (url-port urlobj))) ! (or file "/") (if frag (concat "#" frag))))) (defun url-recreate-url-attributes (urlobj) --- 94,100 ---- "@")) host (if port (format ":%d" (url-port urlobj))) ! file (if frag (concat "#" frag))))) (defun url-recreate-url-attributes (urlobj)