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,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/play/decipher.el,v
Date: Sat, 20 Oct 2007 06:53:07 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/10/20 06:53:06

Index: play/decipher.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/play/decipher.el,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- play/decipher.el    26 Jul 2007 05:27:21 -0000      1.30
+++ play/decipher.el    20 Oct 2007 06:53:06 -0000      1.31
@@ -352,7 +352,7 @@
                (t
                 (error "Bad location")))))
           (let (goal-column)
-            (previous-line 1)))
+            (forward-line -1)))
       (let ((char-a (following-char))
             (char-b (decipher-last-command-char)))
         (or (and (not (= ?w (char-syntax char-a)))




reply via email to

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