Skip to content

Commit de8ca88

Browse files
committed
Fixed cl.
1 parent e12f77a commit de8ca88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

com-css-sort.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,9 @@ NO-BACK-TO-LINE : Do not go back to the original line."
386386

387387
;; NOTE: Design your sort algorithms here depend on the type.
388388
(cl-case com-css-sort-sort-type
389-
('type-sort ; OPTION: Sort by Type Group.
389+
(type-sort ; OPTION: Sort by Type Group.
390390
(setq line-list (com-css-sort-sort-line-list-by-type-group line-list)))
391-
('alphabetic-sort ; OPTION: Sort by Alphabetic Order.
391+
(alphabetic-sort ; OPTION: Sort by Alphabetic Order.
392392
(setq line-list (sort line-list 'string<))))
393393

394394
;; Insert the lines.

0 commit comments

Comments
 (0)