Skip to content

Commit 0e2eb23

Browse files
committed
fix typo
1 parent 574e4fa commit 0e2eb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/core/load.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
(let ((files (qob-expand-file-specs (qob-args))))
1414
(if files
1515
(mapc #'load files)
16-
(eask-info "(Nothing to load.)"))))
16+
(qob-info "(Nothing to load.)"))))
1717

1818
;;; End of lisp/core/load.lisp

0 commit comments

Comments
 (0)