Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f9ad64f3
Commit
f9ad64f3
authored
Jun 25, 2011
by
Giuseppe Scrivano
Browse files
Add icecat to the firefox candidates list.
parent
cd3520a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/net/browse-url.el
lisp/net/browse-url.el
+1
-1
No files found.
lisp/ChangeLog
View file @
f9ad64f3
2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
* net/browse-url.el (browse-url-firefox-program): Add icecat to
the candidates list.
2011-06-24 Juanma Barranquero <lekktu@gmail.com>
* progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
...
...
lisp/net/browse-url.el
View file @
f9ad64f3
...
...
@@ -322,7 +322,7 @@ Defaults to the value of `browse-url-mozilla-arguments' at the time
:group
'browse-url
)
(
defcustom
browse-url-firefox-program
(
let
((
candidates
'
(
"firefox"
"iceweasel"
)))
(
let
((
candidates
'
(
"firefox"
"iceweasel"
"icecat"
)))
(
while
(
and
candidates
(
not
(
executable-find
(
car
candidates
))))
(
setq
candidates
(
cdr
candidates
)))
(
or
(
car
candidates
)
"firefox"
))
...
...
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