Function: 5x5-make-mutate-current
5x5-make-mutate-current is a byte-compiled function defined in
5x5.el.gz.
Signature
(5x5-make-mutate-current CURRENT BEST)
Documentation
Mutate the current solution.
Source Code
;; Defined in /usr/src/emacs/lisp/play/5x5.el.gz
(defun 5x5-make-mutate-current (current _best)
"Mutate the current solution."
(5x5-mutate-solution current))