comparison lisp/browse-url.el @ 17803:906dcb974266

Don't include term.el.
author Richard M. Stallman <rms@gnu.org>
date Wed, 14 May 1997 19:51:33 +0000
parents 77d8356a7eed
children 1cc28cd7e2c7
comparison
equal deleted inserted replaced
17802:77d8356a7eed 17803:906dcb974266
750 Default to the URL around or before point. A new Lynx process is run 750 Default to the URL around or before point. A new Lynx process is run
751 in an Xterm window." 751 in an Xterm window."
752 (interactive (browse-url-interactive-arg "Lynx URL: ")) 752 (interactive (browse-url-interactive-arg "Lynx URL: "))
753 (start-process (concat "lynx" url) nil "xterm" "-e" "lynx" url)) 753 (start-process (concat "lynx" url) nil "xterm" "-e" "lynx" url))
754 754
755 (eval-when-compile (require 'term))
756
757 ;; --- Lynx in an Emacs "term" window --- 755 ;; --- Lynx in an Emacs "term" window ---
758 756
759 ;;;###autoload 757 ;;;###autoload
760 (defun browse-url-lynx-emacs (url &optional new-window) 758 (defun browse-url-lynx-emacs (url &optional new-window)
761 ;; new-window ignored 759 ;; new-window ignored