Skip to content

Commit

Permalink
Revert :IMPORT-FROM CL-PPCRE to keyword
Browse files Browse the repository at this point in the history
Reverting DEFPACKAGE :IMPORT-FROM package name to KEYWORD, which should improve readability without unnecessary expansion of *PACKAGE*.
  • Loading branch information
kilianmh authored Feb 24, 2022
1 parent 3c16898 commit 6cb8592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

(defpackage :cl-unicode
(:use :cl)
(:import-from #:cl-ppcre
(:import-from :cl-ppcre
#:*standard-optimize-settings*
#:with-rebinding)
(:export #:+code-point-limit+
Expand Down Expand Up @@ -81,4 +81,4 @@
#:normalization-form-k-d))

(defpackage :cl-unicode-names
(:use))
(:use))

0 comments on commit 6cb8592

Please sign in to comment.