Skip to content

Commit

Permalink
Abbr := as psetf instead of setf (kudos to @orivej)
Browse files Browse the repository at this point in the history
  • Loading branch information
vseloved committed Oct 9, 2014
1 parent 5403215 commit f077a5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/abbr.lisp
Expand Up @@ -49,7 +49,7 @@
(abbr split-if split-sequence-if)
(abbr split-if-not split-sequence-if-not)

(abbr := setf)
(abbr := psetf)
(abbr :+ incf)
(abbr :- decf)

Expand Down
2 changes: 1 addition & 1 deletion rutils.asd
Expand Up @@ -3,7 +3,7 @@

(asdf:defsystem #:rutils
:name "Radical utilities"
:version "3.2.1";(:read-file-line "version.txt")
:version "3.2.2";(:read-file-line "version.txt")
:author "Vsevolod Dyomkin <vseloved@gmail.com>"
:maintainer "Vsevolod Dyomkin <vseloved@gmail.com>"
:licence "3-clause MIT licence"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
@@ -1,2 +1,2 @@
3.2.1
3.2.2
1.3.0

0 comments on commit f077a5e

Please sign in to comment.