mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-23 22:20:24 -08:00
(internal-ange-ftp-mode): Add a mode-class property.
This commit is contained in:
parent
b741439511
commit
bcfe983bc3
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue