emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/play/5x5.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/play/5x5.el
Date: Tue, 11 Dec 2001 02:29:21 -0500

Index: emacs/lisp/play/5x5.el
diff -c emacs/lisp/play/5x5.el:1.7 emacs/lisp/play/5x5.el:1.8
*** emacs/lisp/play/5x5.el:1.7  Mon Jul 16 05:10:19 2001
--- emacs/lisp/play/5x5.el      Tue Dec 11 02:29:21 2001
***************
*** 347,354 ****
  
  ;;;###autoload
  (defun 5x5-crack-xor-mutate ()
!   "Attempt to crack 5x5 by xor the current and best solution and then
! mutating the result."
    (interactive)
    (5x5-crack #'5x5-make-xor-with-mutation))
  
--- 347,354 ----
  
  ;;;###autoload
  (defun 5x5-crack-xor-mutate ()
!   "Attempt to crack 5x5 by xor the current and best solution.
! Mutate the result."
    (interactive)
    (5x5-crack #'5x5-make-xor-with-mutation))
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]