From: Juanma Barranquero Date: Wed, 29 Jun 2005 13:55:15 +0000 (+0000) Subject: (decipher-loop-with-breaks): Change space constants "protected" from end of line X-Git-Tag: emacs-pretest-22.0.90~8565 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e0b3c2b98d7ac5b6f1df481d52a085b16e5b81cb;p=emacs.git (decipher-loop-with-breaks): Change space constants "protected" from end of line by a comment to "?\s". --- 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)))))))