From e0b3c2b98d7ac5b6f1df481d52a085b16e5b81cb Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 29 Jun 2005 13:55:15 +0000 Subject: [PATCH] (decipher-loop-with-breaks): Change space constants "protected" from end of line by a comment to "?\s". --- lisp/play/decipher.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/play/decipher.el b/lisp/play/decipher.el index 9ef8d0fd01f..86e6a35b646 100644 --- a/lisp/play/decipher.el +++ b/lisp/play/decipher.el @@ -772,7 +772,7 @@ See `decipher-loop-no-breaks' if you do not care about word divisions." (forward-char)) (or (equal decipher-char ?\ ) (progn - (setq decipher-char ?\ ; + (setq decipher-char ?\s decipher--loop-prev-char ?\ ) (funcall func))))))) -- 2.39.2