1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-26 08:10:47 -07:00

(ange-ftp-load): Bind load-force-doc-strings to t,

to prevent references to temp files.
This commit is contained in:
Andrew Innes 1999-07-01 19:40:37 +00:00
parent 4b27f17c03
commit 0fe2a56db7

View 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