Don't include term.el.

This commit is contained in:
Richard M. Stallman 1997-05-14 19:51:33 +00:00
parent 78c11a9cce
commit b7064fbe24

View file

@ -752,8 +752,6 @@ in an Xterm window."
(interactive (browse-url-interactive-arg "Lynx URL: "))
(start-process (concat "lynx" url) nil "xterm" "-e" "lynx" url))
(eval-when-compile (require 'term))
;; --- Lynx in an Emacs "term" window ---
;;;###autoload