Mercurial > emacs
changeset 24912:15cba2bd779a
(ange-ftp-load): Bind load-force-doc-strings to t,
to prevent references to temp files.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Thu, 01 Jul 1999 19:40:37 +0000 |
parents | f477c5bb74c6 |
children | 76764b2157af |
files | lisp/ange-ftp.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ange-ftp.el Thu Jul 01 15:02:43 1999 +0000 +++ b/lisp/ange-ftp.el Thu Jul 01 19:40:37 1999 +0000 @@ -3950,6 +3950,8 @@ (let ((tryfiles (if nosuffix (list file) (list (concat file ".elc") (concat file ".el") file))) + ;; make sure there are no references to temp files + (load-force-doc-strings t) copy) (while (and tryfiles (not copy)) (catch 'ftp-error