Skip to content

Commit

Permalink
Removed two browser functions that are no longer part of Emacs
Browse files Browse the repository at this point in the history
  • Loading branch information
tmalsburg committed Oct 6, 2020
1 parent 1dfec04 commit b316a1d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions helm-dictionary.el
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ browser in `helm-browse-url-default-browser-alist'"
:group 'helm-dictionary
:type '(choice
(const :tag "Default" :value nil)
(function-item :tag "Emacs interface to w3m" :value w3m-browse-url)
(function-item :tag "Emacs W3" :value browse-url-w3)
(function-item :tag "W3 in another Emacs via `gnudoit'"
:value browse-url-w3-gnudoit)
Expand All @@ -167,8 +166,6 @@ browser in `helm-browse-url-default-browser-alist'"
(function-item :tag "Epiphany" :value browse-url-epiphany)
(function-item :tag "Netscape" :value browse-url-netscape)
(function-item :tag "eww" :value eww-browse-url)
(function-item :tag "Mosaic" :value browse-url-mosaic)
(function-item :tag "Mosaic using CCI" :value browse-url-cci)
(function-item :tag "Text browser in an xterm window"
:value browse-url-text-xterm)
(function-item :tag "Text browser in an Emacs window"
Expand Down

0 comments on commit b316a1d

Please sign in to comment.