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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Thu, 02 Feb 2006 04:21:11 +0000

Index: emacs/lisp/simple.el
diff -u emacs/lisp/simple.el:1.787 emacs/lisp/simple.el:1.788
--- emacs/lisp/simple.el:1.787  Thu Jan 26 17:56:54 2006
+++ emacs/lisp/simple.el        Thu Feb  2 04:21:10 2006
@@ -3743,7 +3743,7 @@
     ;; Move to beginning-of-line, ignoring fields and invisibles.
     (skip-chars-backward "^\n")
     (while (and (not (bobp)) (line-move-invisible-p (1- (point))))
-      (goto-char (previous-char-property-change (1- (point))))
+      (goto-char (previous-char-property-change (point)))
       (skip-chars-backward "^\n"))
 
     ;; Take care of fields.




reply via email to

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