Deport list-undocumented (should be NIL) from :undocumented

This commit is contained in:
Spenser Truex 2019-12-17 20:20:59 -08:00
parent 6c73b0c4c3
commit 2b48b9e43c

View file

@ -1,5 +1,5 @@
;;;; package.lisp
(defpackage #:undocumented
(:use #:cl :stumpwm))
(:use #:cl :stumpwm)
(:export :list-undocumented))