]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/browse-url.el (browse-url-filename-alist): Correct file
authorChong Yidong <cyd@stupidchicken.com>
Wed, 15 Apr 2009 22:51:26 +0000 (22:51 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 15 Apr 2009 22:51:26 +0000 (22:51 +0000)
URI (Bug#2922).

lisp/ChangeLog
lisp/net/browse-url.el

index 88d37ed22a05b6efa68d5e982c19449145274544..9b5e6cd6176790c76b6ad32ab3b3122fe56aead2 100644 (file)
@@ -1,3 +1,8 @@
+2009-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * net/browse-url.el (browse-url-filename-alist): Correct file
+       URI (Bug#2922).
+
 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
 
        * subr.el (posn-col-row): Properly compute line spacing.
index 82711a5b0baf2fde9b28a650559ca068b2eb607d..8be8e00583a8fa3c780a118abd5758e9fc6192ca 100644 (file)
@@ -446,7 +446,7 @@ commands reverses the effect of this variable.  Requires Netscape version
     ,@(if (memq system-type '(windows-nt ms-dos cygwin))
           '(("^\\([a-zA-Z]:\\)[\\/]" . "file:\\1/")
             ("^[\\/][\\/]+" . "file://")))
-    ("^/+" . "file:/"))
+    ("^/+" . "file:///"))
   "An alist of (REGEXP . STRING) pairs used by `browse-url-of-file'.
 Any substring of a filename matching one of the REGEXPs is replaced by
 the corresponding STRING using `replace-match', not treating STRING