emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/simple.el,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el,v
Date: Wed, 21 Jun 2006 12:01:58 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/06/21 12:01:57

Index: simple.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/simple.el,v
retrieving revision 1.806
retrieving revision 1.807
diff -u -b -r1.806 -r1.807
--- simple.el   26 May 2006 12:40:59 -0000      1.806
+++ simple.el   21 Jun 2006 12:01:57 -0000      1.807
@@ -3529,7 +3529,7 @@
                    (if (and track-eol (eolp)
                             ;; Don't count beg of empty line as end of line
                             ;; unless we just did explicit end-of-line.
-                            (or (not (bolp)) (eq last-command 'end-of-line)))
+                            (or (not (bolp)) (eq last-command 
'move-end-of-line)))
                        9999
                      (current-column))))
 




reply via email to

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