Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c71ff001
Commit
c71ff001
authored
Apr 20, 1994
by
Richard M. Stallman
Browse files
(sort-subr): Use car-less-than-car when appropriate.
parent
1d58e36f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
lisp/sort.el
lisp/sort.el
+1
-3
No files found.
lisp/sort.el
View file @
c71ff001
...
...
@@ -95,9 +95,7 @@ same as ENDRECFUN."
'string<
)))
(
sort
sort-lists
(
cond
((
numberp
(
car
(
car
sort-lists
)))
(
function
(
lambda
(
a
b
)
(
<
(
car
a
)
(
car
b
)))))
'car-less-than-car
)
((
consp
(
car
(
car
sort-lists
)))
(
function
(
lambda
(
a
b
)
...
...
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