Mercurial > emacs
changeset 25330:6ac0cc90d397
Avoid ange-ftp related compilation warnings.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 19 Aug 1999 17:50:02 +0000 |
parents | dca526aca149 |
children | d0672c9ba98a |
files | lisp/term.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term.el Thu Aug 19 15:23:23 1999 +0000 +++ b/lisp/term.el Thu Aug 19 17:50:02 1999 +0000 @@ -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)