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.
2 parents 10b61e5 + c7dd0b9 commit d601e0dCopy full SHA for d601e0d
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