From 9bd8b197e0b1c20946072d58a80c4d4caceaa91d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 5 May 1997 01:05:04 +0000 Subject: (internal-ange-ftp-mode): Add a mode-class property. --- lisp/ange-ftp.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/ange-ftp.el b/lisp/ange-ftp.el index 3586dc4a35c..74c080ba98c 100644 --- a/lisp/ange-ftp.el +++ b/lisp/ange-ftp.el @@ -1847,6 +1847,8 @@ on the gateway machine to do the ftp instead." (accept-process-output proc) ;wait for ftp startup message proc)) +(put 'internal-ange-ftp-mode 'mode-class 'special) + (defun internal-ange-ftp-mode () "Major mode for interacting with the FTP process. -- cgit v1.2.1