Parcourir la source

emacs.el: Fix typo in download-file

pull/1/head
10sr il y a 10 ans
Parent
révision
d055f5ef7d
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el Voir le fichier

@@ -80,11 +80,11 @@ IF OK-IF-ALREADY-EXISTS is true force download."
(let ((curl (executable-find "curl"))
(wget (executable-find "wget")))
(cond (wget
(if (and (not of-if-already-exists)
(if (and (not ok-if-already-exists)
(file-exists-p path))
nil
(and (eq 0
(call-process curl
(call-process wget
nil
nil
nil


Chargement…
Annuler
Enregistrer