(internal-ange-ftp-mode): Add a mode-class property.
authorRichard M. Stallman <rms@gnu.org>
Mon, 5 May 1997 01:05:04 +0000 (01:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 5 May 1997 01:05:04 +0000 (01:05 +0000)
lisp/ange-ftp.el

index 3586dc4..74c080b 100644 (file)
@@ -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.