]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 97d6e4c37360f6cdf1a66d53a4e5b077cbee06f3..43bdd2e306a2981ce2c114f6c8fd28f244541a2f 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