Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ae26c8a7
Commit
ae26c8a7
authored
Jan 30, 2016
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/net/browse-url.el (browse-url-default-browser):
Lower priority of non-free Chrome.
parent
0fac75fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/net/browse-url.el
lisp/net/browse-url.el
+1
-1
No files found.
lisp/net/browse-url.el
View file @
ae26c8a7
...
...
@@ -920,7 +920,6 @@ instead of `browse-url-new-window-flag'."
((
browse-url-can-use-xdg-open
)
'browse-url-xdg-open
)
;;; ((executable-find browse-url-gnome-moz-program) 'browse-url-gnome-moz)
((
executable-find
browse-url-mozilla-program
)
'browse-url-mozilla
)
((
executable-find
browse-url-chrome-program
)
'browse-url-chrome
)
((
executable-find
browse-url-firefox-program
)
'browse-url-firefox
)
((
executable-find
browse-url-chromium-program
)
'browse-url-chromium
)
;;; ((executable-find browse-url-galeon-program) 'browse-url-galeon)
...
...
@@ -928,6 +927,7 @@ instead of `browse-url-new-window-flag'."
;;; ((executable-find browse-url-netscape-program) 'browse-url-netscape)
;;; ((executable-find browse-url-mosaic-program) 'browse-url-mosaic)
((
executable-find
browse-url-conkeror-program
)
'browse-url-conkeror
)
((
executable-find
browse-url-chrome-program
)
'browse-url-chrome
)
((
executable-find
browse-url-xterm-program
)
'browse-url-text-xterm
)
((
locate-library
"w3"
)
'browse-url-w3
)
(
t
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment