]> code.delx.au - gnu-emacs/commitdiff
(decipher-loop-with-breaks): Change space constants "protected" from end of line
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 29 Jun 2005 13:55:15 +0000 (13:55 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 29 Jun 2005 13:55:15 +0000 (13:55 +0000)
by a comment to "?\s".

lisp/play/decipher.el

index 9ef8d0fd01f949caf35805778a8e31c2157fb9ae..86e6a35b646a566e118b471d8580ccad3e3af3a6 100644 (file)
@@ -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)))))))