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 10b61e5 commit c7dd0b9Copy full SHA for c7dd0b9
quicklisp/impl-util.lisp
@@ -113,8 +113,8 @@
113
(format stream "~v@T(let ((quicklisp-init ~S))~%"
114
indentation
115
(quicklisp-init-file-form)))
116
- (format stream "~v@T (when (probe-file quicklisp-init)~%" indentation)
117
- (format stream "~v@T (load quicklisp-init)))~%~%" indentation))
+ (format stream "~v@T (load quicklisp-init :if-does-not-exist nil))~%"
+ indentation))
118
119
(defun suitable-lisp-init-file (implementation)
120
"Return the name of IMPLEMENTATION's init file. If IMPLEMENTAION is
0 commit comments