We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574e4fa commit 0e2eb23Copy full SHA for 0e2eb23
lisp/core/load.lisp
@@ -13,6 +13,6 @@
13
(let ((files (qob-expand-file-specs (qob-args))))
14
(if files
15
(mapc #'load files)
16
- (eask-info "(Nothing to load.)"))))
+ (qob-info "(Nothing to load.)"))))
17
18
;;; End of lisp/core/load.lisp
0 commit comments