From: Richard M. Stallman Date: Mon, 5 May 1997 01:05:04 +0000 (+0000) Subject: (internal-ange-ftp-mode): Add a mode-class property. X-Git-Tag: emacs-20.1~2294 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bcfe983bc3775bd49ad03c9bc63f7bc78d690ca7;p=emacs.git (internal-ange-ftp-mode): Add a mode-class property. --- 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.