comparison lisp/browse-url.el @ 17862:1cc28cd7e2c7

(browse-url): Make `applicatations' the parent.
author Richard M. Stallman <rms@gnu.org>
date Sun, 18 May 1997 20:06:12 +0000
parents 906dcb974266
children 3f2cc6cc8705
comparison
equal deleted inserted replaced
17861:f84a12392eab 17862:1cc28cd7e2c7
290 "A regular expression probably matching a complete URL.") 290 "A regular expression probably matching a complete URL.")
291 291
292 ;;;###autoload 292 ;;;###autoload
293 (defgroup browse-url nil 293 (defgroup browse-url nil
294 "Use a web browser to look at a URL." 294 "Use a web browser to look at a URL."
295 :group 'emacs) 295 :group 'applications)
296 296
297 ;;;###autoload 297 ;;;###autoload
298 (defcustom browse-url-browser-function 298 (defcustom browse-url-browser-function
299 'browse-url-netscape 299 'browse-url-netscape
300 "*Function to display the current buffer in a WWW browser. 300 "*Function to display the current buffer in a WWW browser.