/[emacs]/emacs/lisp/play/decipher.el
ViewVC logotype

Diff of /emacs/lisp/play/decipher.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.25 by ttn, Mon Aug 1 15:30:16 2005 UTC revision 1.26 by deego, Sun Sep 18 12:32:51 2005 UTC
# Line 600  you have determined the keyword." Line 600  you have determined the keyword."
600  (defun decipher-show-alphabet ()  (defun decipher-show-alphabet ()
601    "Display the current cipher alphabet in the message line."    "Display the current cipher alphabet in the message line."
602    (interactive)    (interactive)
603    (message    (message "%s"
604     (mapconcat (lambda (a)     (mapconcat (lambda (a)
605                  (concat                  (concat
606                   (char-to-string (car a))                   (char-to-string (car a))

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26