Add missing cl- prefix to function

This commit is contained in:
TEC 2020-12-09 10:40:03 +08:00
parent 02957f68a4
commit 0a0d6ad3ed
1 changed files with 1 additions and 1 deletions

View File

@ -4551,7 +4551,7 @@ Return nil otherwise."
collect (cons n (length m)))
(lambda (a b) (> (cdr a) (cdr b))))))
(car (set-difference src-langs header-langs :test #'string=))))
(car (cl-set-difference src-langs header-langs :test #'string=))))
#+end_src
**** Translate capital keywords (old) to lower case (new)
Everyone used to use ~#+CAPITAL~ keywords. Then people realised that ~#+lowercase~