Quellcode durchsuchen

require url within download-file

pull/1/head
10sr vor 11 Jahren
Ursprung
Commit
b1fa45f17d
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el Datei anzeigen

@@ -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)


Laden…
Abbrechen
Speichern