Avoid ange-ftp related compilation warnings.
This commit is contained in:
parent
55df774a8a
commit
720712eb90
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue