]> code.delx.au - gnu-emacs/blobdiff - lisp/net/browse-url.el
Fix a few problems with directed quotes
[gnu-emacs] / lisp / net / browse-url.el
index 3f8cb841c6f50571fb318ac2b51c7e46822812a0..757e368317a6b8a5d12c2b86f51a38e96b101d8d 100644 (file)
@@ -439,7 +439,7 @@ For example, adding to the default a specific translation of an ange-ftp
 address to an HTTP URL:
 
     (setq browse-url-filename-alist
-         '((\"/webmaster@webserver:/home/www/html/\" .
+         \\='((\"/webmaster@webserver:/home/www/html/\" .
             \"http://www.acme.co.uk/\")
             (\"^/\\(ftp@\\|anonymous@\\)?\\([^:]+\\):/*\" . \"ftp://\\2/\")
             (\"^/\\([^:@]+@\\)?\\([^:]+\\):/*\" . \"ftp://\\1\\2/\")