]> code.delx.au - gnu-emacs/blobdiff - lisp/play/decipher.el
cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r"
[gnu-emacs] / lisp / play / decipher.el
index 98a3ae247fe2bd4254b8d036db33315edb2988f2..f42ae90f3c82f37506118c939e163997c23ee85b 100644 (file)
@@ -792,8 +792,8 @@ TOTAL is the total number of letters in the ciphertext."
       (while temp-list
         (insert (caar temp-list)
                 (format "%4d%3d%%  "
-                        (cadar temp-list)
-                        (/ (* 100 (cadar temp-list)) total)))
+                        (cl-cadar temp-list)
+                        (/ (* 100 (cl-cadar temp-list)) total)))
         (setq temp-list (nthcdr 4 temp-list)))
       (insert ?\n)
       (setq freq-list (cdr freq-list)