forked from colonelpanic/dotfiles
Fix package.el urls
This commit is contained in:
parent
fca7049c33
commit
82aaaaf4a1
@ -224,7 +224,8 @@
|
|||||||
"Builds funcalls of FUNCS applied to the arg."
|
"Builds funcalls of FUNCS applied to the arg."
|
||||||
(if (equal (length funcs) 0)
|
(if (equal (length funcs) 0)
|
||||||
(quote args)
|
(quote args)
|
||||||
`(apply ,(car funcs) (imalison:make-list (imalison:compose-helper ,(cdr funcs))))))
|
`(apply ,(car funcs)
|
||||||
|
(imalison:make-list (imalison:compose-helper ,(cdr funcs))))))
|
||||||
|
|
||||||
(defun random-choice (choices)
|
(defun random-choice (choices)
|
||||||
(nth (random (length choices)) choices))
|
(nth (random (length choices)) choices))
|
||||||
|
Loading…
Reference in New Issue
Block a user