Skip to content

Commit

Permalink
add a short nickname for helpers: :h
Browse files Browse the repository at this point in the history
  • Loading branch information
nixeagle committed Jan 20, 2010
1 parent a9a54be commit ae2c225
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helpers.lisp
@@ -1,6 +1,7 @@
(in-package :nisp.util-system)
(defpackage #:nisp.util-helpers
(:use :common-lisp :iterate))
(:use :common-lisp :iterate)
(:nicknames :h :helpers))
(in-package :nisp.util-helpers)

(defun export-some-internals (package-name)
Expand Down

0 comments on commit ae2c225

Please sign in to comment.