emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/play/decipher.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/play/decipher.el
Date: Wed, 29 Jun 2005 09:55:16 -0400

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)))))))
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]