diff options
Diffstat (limited to 'lib/doc')
| -rw-r--r-- | lib/doc/jao-words.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/doc/jao-words.el b/lib/doc/jao-words.el index 328fecf..52e5093 100644 --- a/lib/doc/jao-words.el +++ b/lib/doc/jao-words.el @@ -28,7 +28,7 @@ (cl-loop with result = nil for elt in raw-word-list do (cl-incf (cdr (or (assoc elt result) - (first (push (cons elt 0) result))))) + (car (push (cons elt 0) result))))) finally return (sort result (lambda (a b) (string< (car a) (car b)))))) |
