diff options
| -rw-r--r-- | lisp/play/decipher.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 772 | (forward-char)) | 772 | (forward-char)) |
| 773 | (or (equal decipher-char ?\ ) | 773 | (or (equal decipher-char ?\ ) |
| 774 | (progn | 774 | (progn |
| 775 | (setq decipher-char ?\ ; | 775 | (setq decipher-char ?\s |
| 776 | decipher--loop-prev-char ?\ ) | 776 | decipher--loop-prev-char ?\ ) |
| 777 | (funcall func))))))) | 777 | (funcall func))))))) |
| 778 | 778 | ||