mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 04:11:18 +00:00
Oops
This commit is contained in:
parent
6f4307601a
commit
769bd39690
2 changed files with 3 additions and 4 deletions
|
|
@ -174,3 +174,6 @@
|
||||||
(comp-dev/prompt-tool tool-regexp
|
(comp-dev/prompt-tool tool-regexp
|
||||||
(or (and (eq 'string (type-of directories))
|
(or (and (eq 'string (type-of directories))
|
||||||
(list directories)))))))
|
(list directories)))))))
|
||||||
|
|
||||||
|
(provide 'lib-comp-dev)
|
||||||
|
;;; lib-comp-dev.el ends here
|
||||||
|
|
|
||||||
|
|
@ -225,9 +225,5 @@
|
||||||
(format comm-temp directory build-type target))))
|
(format comm-temp directory build-type target))))
|
||||||
(compile command)))
|
(compile command)))
|
||||||
|
|
||||||
(provide 'lib-comp-dev)
|
|
||||||
;;; lib-comp-dev.el ends here
|
|
||||||
|
|
||||||
|
|
||||||
(provide 'llvm-comp-dev)
|
(provide 'llvm-comp-dev)
|
||||||
;;; llvm-comp-dev.el ends here
|
;;; llvm-comp-dev.el ends here
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue