summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-05-05 01:05:04 +0000
committerRichard M. Stallman <rms@gnu.org>1997-05-05 01:05:04 +0000
commit9bd8b197e0b1c20946072d58a80c4d4caceaa91d (patch)
treecf612a133ab3d04c800ae807eb864d4f51468e65
parent4ccdc379cce2283e74ae773452aabd05d01b420d (diff)
downloademacs-9bd8b197e0b1c20946072d58a80c4d4caceaa91d.tar.gz
(internal-ange-ftp-mode): Add a mode-class property.
-rw-r--r--lisp/ange-ftp.el2
1 files changed, 2 insertions, 0 deletions
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.