We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1317741 commit 6418640Copy full SHA for 6418640
1 file changed
skill/legacy.scm
@@ -62,7 +62,7 @@ Warnings catched during evaluation can be fetched using `getMuffleWarnings'."
62
;; =======================================================
63
64
(unless (isCallable 'setf_status)
65
- (defsetf status sstatus)
+ (progn "NO_LINT" (defsetf status sstatus))
66
(setf (@fdoc 'setf_status) "`setf' helper for `status'.
67
68
This allow the use of calls like (setf (status saveInlineDoc) t).
0 commit comments