aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-01 18:09:50 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-01 18:09:50 -0700
commited8c76f566de8f6c10cdace515b3d076026258f0 (patch)
treefaf5beb60bd63094a77d45b9bd807075bf2dfc91 /src/package.lisp
parent3d66b5420d42c47ba0c9b33e97d5ced79ce6dd3e (diff)
downloadconsfigurator-ed8c76f566de8f6c10cdace515b3d076026258f0.tar.gz
replace some Scheme-style names
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/package.lisp b/src/package.lisp
index 9a8b9b4..d8c0c2f 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -107,7 +107,7 @@
#:unwords
#:memstr=
#:define-simple-error
- #:plist->long-options
+ #:plist-to-long-options
#:systemd--user
#:with-local-temporary-directory
#:pathname-file
@@ -134,8 +134,8 @@
#:version<=
#:version>=
- #:string->filename
- #:filename->string
+ #:string-to-filename
+ #:filename-to-string
#:return-exit
#:posix-login-environment
@@ -638,7 +638,7 @@
(:use #:consfigurator.property.disk)
(:local-nicknames (#:os #:consfigurator.property.os)
(#:file #:consfigurator.property.file))
- (:export #:volume->entry
+ (:export #:volume-to-entry
#:has-entries
#:has-entries-for-volumes
#:has-entries-for-opened-volumes))
@@ -648,7 +648,7 @@
(:local-nicknames (#:re #:cl-ppcre)
(#:os #:consfigurator.property.os)
(#:file #:consfigurator.property.file))
- (:export #:volume->entry
+ (:export #:volume-to-entry
#:has-entries-for-opened-volumes))
(package :consfigurator.property.gnupg