changeset 17651:9670cdb28032

(internal-ange-ftp-mode): Add a mode-class property.
author Richard M. Stallman <rms@gnu.org>
date Mon, 05 May 1997 01:05:04 +0000
parents dbcf0b5d5265
children 0d08e67b280f
files lisp/ange-ftp.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.