chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e85df3f
)
src/output-impl.lisp: No need to use `equal' on items rather than names.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 5 Jan 2016 19:28:14 +0000
(19:28 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 29 May 2016 13:40:40 +0000
(14:40 +0100)
src/output-impl.lisp
patch
|
blob
|
blame
|
history
diff --git
a/src/output-impl.lisp
b/src/output-impl.lisp
index 78423341c14ae940534e8f0a940f59bbca446a0d..f668fef113141b94f8521fb7dc36c40d20e386cf 100644
(file)
--- a/
src/output-impl.lisp
+++ b/
src/output-impl.lisp
@@
-55,7
+55,7
@@
(defmethod add-sequencer-constraint ((sequencer sequencer) (constraint list))
(ensure-sequencer-item sequencer name))
constraint)))
(with-slots (constraints) sequencer
- (pushnew converted-constraint constraints
:test #'equal
))))
+ (pushnew converted-constraint constraints))))
(defmethod add-sequencer-item-function ((sequencer sequencer) name function)
(let ((item (ensure-sequencer-item sequencer name)))