mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 15:56:35 -04:00
browse-url-with-browser-kind: Use strings for DEF
* lisp/net/browse-url.el (browse-url-with-browser-kind): Use strings for DEF argument to completing-read (bug#81369). Copyright-paperwork-exempt: yes
This commit is contained in:
parent
4be321d511
commit
afc5fc709b
|
|
@ -988,8 +988,8 @@ opposite of the browser kind of `browse-url-browser-function'."
|
|||
(default (if (eq (browse-url--browser-kind
|
||||
browse-url-browser-function (car url-arg))
|
||||
'internal)
|
||||
'external
|
||||
'internal))
|
||||
"external"
|
||||
"internal"))
|
||||
(k (intern (completing-read
|
||||
(format-prompt "Browser kind" default)
|
||||
'(internal external)
|
||||
|
|
|
|||
Loading…
Reference in a new issue