# HG changeset patch # User Richard M. Stallman # Date 717684845 0 # Node ID 82774f4b69dddb2cd39dfb0eedf2b87e4a003a19 # Parent de92360b091be1cef3fe3d4d69339f03b7908b16 (ange-ftp-kill-ftp-process): Delete spurious ". diff -r de92360b091b -r 82774f4b69dd lisp/ange-ftp.el --- a/lisp/ange-ftp.el Mon Sep 28 12:41:39 1992 +0000 +++ b/lisp/ange-ftp.el Mon Sep 28 12:54:05 1992 +0000 @@ -857,7 +857,7 @@ ;;;; Internal variables. ;;;; ------------------------------------------------------------ -(defconst ange-ftp-version "$Revision: 1.6 $") +(defconst ange-ftp-version "$Revision: 1.7 $") (defvar ange-ftp-data-buffer-name " *ftp data*" "Buffer name to hold directory listing data received from ftp process.") @@ -1345,7 +1345,7 @@ (auto-save-mode ange-ftp-auto-save)))) (defun ange-ftp-kill-ftp-process (buffer) - "Kill the FTP process associated with BUFFER." + "Kill the FTP process associated with BUFFER. If the BUFFER's visited filename or default-directory is an ftp filename then kill the related ftp process." (interactive "bKill FTP process associated with buffer: ")