(defun decipher-show-alphabet ()
"Display the current cipher alphabet in the message line."
(interactive)
- (message
+ (message "%s"
(mapconcat (lambda (a)
(concat
(char-to-string (car a))
(lm-plot-square (lm-point-square) 1)
(incf lm-number-of-moves)
(if lm-output-moves
- (message (format "Moves made: %d" lm-number-of-moves))))
+ (message "Moves made: %d" lm-number-of-moves)))
(defun lm-random-move ()
(error
(funcall restore)
(while (not (input-pending-p))
- (message (format "We were zoning when we wrote %s..." pgm))
+ (message "We were zoning when we wrote %s..." pgm)
(sit-for 3)
(message "...here's hoping we didn't hose your buffer!")
(sit-for 3)))