# HG changeset patch # User Richard M. Stallman # Date 862794304 0 # Node ID 9670cdb28032c39c000a32d34176a3869d52c460 # Parent dbcf0b5d526542b5c89e1255591be45839160948 (internal-ange-ftp-mode): Add a mode-class property. diff -r dbcf0b5d5265 -r 9670cdb28032 lisp/ange-ftp.el --- a/lisp/ange-ftp.el Mon May 05 01:03:53 1997 +0000 +++ b/lisp/ange-ftp.el Mon May 05 01:05:04 1997 +0000 @@ -1847,6 +1847,8 @@ (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.