diff options
author | Dave Love <fx@gnu.org> | 1999-08-19 17:50:02 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1999-08-19 17:50:02 +0000 |
commit | 720712eb90e294312bda1003611386555b5833ec (patch) | |
tree | 2a07da3e50d46fdfc47e8f7ccc05c627884f1a2b /lisp/term.el | |
parent | 55df774a8a930e3ab60ee8ad7ebbf910b1d6d1ad (diff) | |
download | emacs-720712eb90e294312bda1003611386555b5833ec.tar.gz |
Avoid ange-ftp related compilation warnings.
Diffstat (limited to 'lisp/term.el')
-rw-r--r-- | lisp/term.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/term.el b/lisp/term.el index 6d45f1f1c42..d76db38ee4e 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -4,7 +4,7 @@ ;;; Author: Per Bothner <bothner@cygnus.com> ;;; Based on comint mode written by: Olin Shivers <shivers@cs.cmu.edu> -;;; Keyword: processes +;;; Keywords: processes ;; This file is part of GNU Emacs. @@ -393,6 +393,8 @@ ;; so it is important to increase it if there are protocol-relevant changes. (defconst term-protocol-version "0.95") +(eval-when-compile + (require 'ange-ftp)) (require 'ring) (require 'ehelp) |