(ange-ftp-load): Bind load-force-doc-strings to t,
authorAndrew Innes <andrewi@gnu.org>
Thu, 1 Jul 1999 19:40:37 +0000 (19:40 +0000)
committerAndrew Innes <andrewi@gnu.org>
Thu, 1 Jul 1999 19:40:37 +0000 (19:40 +0000)
to prevent references to temp files.

lisp/ange-ftp.el

index 97d6e4c..43bdd2e 100644 (file)
@@ -3950,6 +3950,8 @@ directory, so that Emacs will know its current contents."
       (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