Index: emacs/lisp/play/decipher.el
diff -c emacs/lisp/play/decipher.el:1.22 emacs/lisp/play/decipher.el:1.23
*** emacs/lisp/play/decipher.el:1.22    Thu May 26 15:26:09 2005
--- emacs/lisp/play/decipher.el Wed Jun 29 13:55:15 2005
***************
*** 772,778 ****
            (forward-char))
          (or (equal decipher-char ?\ )
              (progn
!               (setq decipher-char ?\ ;
                      decipher--loop-prev-char ?\ )
                (funcall func)))))))
  
--- 772,778 ----
            (forward-char))
          (or (equal decipher-char ?\ )
              (progn
!               (setq decipher-char ?\s
                      decipher--loop-prev-char ?\ )
                (funcall func)))))))
  


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to