Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
793c3054
Commit
793c3054
authored
Aug 13, 1991
by
ram
Browse files
Merged Mile's fix to remove-duplicates :from-end.
parent
fef9a1d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
code/seq.lisp
View file @
793c3054
...
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/seq.lisp,v 1.
8
1991/0
5
/1
6
1
6:03
:3
9
ram Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/seq.lisp,v 1.
9
1991/0
8
/1
3
1
3:59
:3
1
ram Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -1301,8 +1301,8 @@
(
atom
current
)))
(
declare
(
fixnum
index
))
(
if
(
or
(
and
from-end
(
not
(
member
(
apply-key
key
(
car
current
))
(
nthcdr
start
result
)
(
not
(
member
(
apply-key
key
(
car
current
))
(
nthcdr
(
1+
start
)
result
)
:test
test
:test-not
test-not
:key
(
if
key
key
#'
identity
))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment