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:
parent
4b27f17c03
commit
0fe2a56db7
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue