emacs-31 f561bc6c370: ; * etc/NEWS: Use a non-commercial example.
Sean Whitton <[email protected]>
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: emacs-31 commit f561bc6c370c980398b5ee1a6a810a132e86e6f2 Author: Sean Whitton <[email protected]> Commit: Sean Whitton <[email protected]> ; * etc/NEWS: Use a non-commercial example. --- etc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/NEWS b/etc/NEWS index 234c6fb4b94..6fd4472f72b 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1813,7 +1813,7 @@ This user option is an alist that allows transforming URLs before asking a web browser to load them. For example, it could be used like this: (add-to-list 'browse-url-transform-alist - '("www.google.com" . "www.duckduckgo.com")) + '("vim\\.org/.*" . "gnu\\.org/software/emacs/")) --- *** New command 'browse-url-qutebrowser' for Qutebrowser.