[stats Dmitri Hrapof **20101218081422 Ignore-this: 1d73f0b23ac9026c6f939671dec2c40e ] { hunk ./aranrod.lisp 112 - (car (set-difference (mapcar #'car =langs=) langs))) + (car (sort (set-difference (mapcar #'car =langs=) langs) #'<))) hunk ./aranrod.lisp 172 -(defconstant +prons+ '((1 . welsh-pron) (3 . irish-pron))) +(defparameter +prons+ '((1 . welsh-pron) (3 . irish-pron))) hunk ./cronfa-generic.lisp 178 - (format st "COA"))) + (format st "COA"))) }