diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-07-10 14:22:40 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-07-10 14:41:18 +0200 |
commit | afaf45d65357f974421417f5aee5ce4a6f25d94c (patch) | |
tree | 0ef9d0deb2d58b639974d14aad9eb3e1ffc719cb /lisp | |
parent | e45411966fd7afd76cf61375a32972e2c31c0598 (diff) | |
download | emacs-afaf45d65357f974421417f5aee5ce4a6f25d94c.tar.gz |
; Use example.org in an example
* lisp/net/browse-url.el (browse-url-filename-alist): Use example.org
to be more RFC2606 compliant.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/net/browse-url.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el index a8e768b5fe7..b988fbf9a65 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el @@ -411,7 +411,7 @@ address to an HTTP URL: (setq browse-url-filename-alist \\='((\"/webmaster@webserver:/home/www/html/\" . - \"http://www.acme.co.uk/\") + \"https://www.example.org/\") (\"^/\\(ftp@\\|anonymous@\\)?\\([^:/]+\\):/*\" . \"ftp://\\2/\") (\"^/\\([^:@/]+@\\)?\\([^:/]+\\):/*\" . \"ftp://\\1\\2/\") (\"^/+\" . \"file:/\")))" |