aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."
1847 (accept-process-output proc) ;wait for ftp startup message 1847 (accept-process-output proc) ;wait for ftp startup message
1848 proc)) 1848 proc))
1849 1849
1850(put 'internal-ange-ftp-mode 'mode-class 'special)
1851
1850(defun internal-ange-ftp-mode () 1852(defun internal-ange-ftp-mode ()
1851 "Major mode for interacting with the FTP process. 1853 "Major mode for interacting with the FTP process.
1852 1854