# HG changeset patch # User Juanma Barranquero # Date 1120053315 0 # Node ID e73d158af28d8f781de3a3832e1ef5a9aac8f1bb # Parent eb3b83171f686db93e2bd5632729b1d4440888f0 (decipher-loop-with-breaks): Change space constants "protected" from end of line by a comment to "?\s". diff -r eb3b83171f68 -r e73d158af28d lisp/play/decipher.el --- a/lisp/play/decipher.el Wed Jun 29 13:54:22 2005 +0000 +++ b/lisp/play/decipher.el Wed Jun 29 13:55:15 2005 +0000 @@ -772,7 +772,7 @@ (forward-char)) (or (equal decipher-char ?\ ) (progn - (setq decipher-char ?\ ; + (setq decipher-char ?\s decipher--loop-prev-char ?\ ) (funcall func)))))))