Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Inloggen
10sr
/
dotfiles-mirror
kopie van
https://github.com/10sr/dotfiles.git
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Publicaties
0
Wiki
Activiteit
Bladeren bron
require url within download-file
pull/1/head
10sr
12 jaren geleden
bovenliggende
fba38a2a92
commit
b1fa45f17d
1 gewijzigde bestanden
met
toevoegingen van 1
en
0 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+1
-0
emacs.el
+ 1
- 0
emacs.el
Bestand weergeven
@@ -72,6 +72,7 @@ otherwise the path where the library installed."
(defun download-file (url path &optional ok-if-already-exists)
"Download file from URL and output to PATH."
(or (ignore-errors
(require 'url)
(url-copy-file url
path
ok-if-already-exists)
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan