parent
9c74d9d669
commit
710a18d18a
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
(defun sh (cmd &rest args)
|
(defun sh (cmd &rest args)
|
||||||
(ignore-errors
|
(ignore-errors
|
||||||
(string-trim-right
|
(string-trim-right
|
||||||
(shell-command-to-string (format cmd args)))))
|
(shell-command-to-string (apply #'format cmd args)))))
|
||||||
|
|
||||||
(defun elc-check-dir (dir)
|
(defun elc-check-dir (dir)
|
||||||
(dolist (file (directory-files-recursively dir "\\.elc$"))
|
(dolist (file (directory-files-recursively dir "\\.elc$"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue