]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 3586dc4a35c50f74dda4de817ac440d63aaf8e9d..74c080ba98cbb307bf3ac0216eafa60821acd261 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.