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/decipher.el


From: D . Goel
Subject: [Emacs-diffs] Changes to emacs/lisp/play/decipher.el
Date: Sun, 18 Sep 2005 08:32:51 -0400

Index: emacs/lisp/play/decipher.el
diff -c emacs/lisp/play/decipher.el:1.25 emacs/lisp/play/decipher.el:1.26
*** emacs/lisp/play/decipher.el:1.25    Mon Aug  1 15:30:16 2005
--- emacs/lisp/play/decipher.el Sun Sep 18 12:32:51 2005
***************
*** 600,606 ****
  (defun decipher-show-alphabet ()
    "Display the current cipher alphabet in the message line."
    (interactive)
!   (message
     (mapconcat (lambda (a)
                  (concat
                   (char-to-string (car a))
--- 600,606 ----
  (defun decipher-show-alphabet ()
    "Display the current cipher alphabet in the message line."
    (interactive)
!   (message "%s"
     (mapconcat (lambda (a)
                  (concat
                   (char-to-string (car a))




reply via email to

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