]> git.eshelyaron.com Git - emacs.git/commitdiff
Avoid ange-ftp related compilation warnings.
authorDave Love <fx@gnu.org>
Thu, 19 Aug 1999 17:50:02 +0000 (17:50 +0000)
committerDave Love <fx@gnu.org>
Thu, 19 Aug 1999 17:50:02 +0000 (17:50 +0000)
lisp/term.el

index 6d45f1f1c429823cf617544059ac476264603b5a..d76db38ee4ef91bb63edbade23ad402a4c3ba84b 100644 (file)
@@ -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.
 
 ;; 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)