aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
diff options
context:
space:
mode:
authorKaroly Lorentey <[email protected]>2006-02-03 13:58:41 +0000
committerKaroly Lorentey <[email protected]>2006-02-03 13:58:41 +0000
commit0a7114a4e535e70b237b15817988344a03fe7ab1 (patch)
tree62203ebf84b3070c638cbea265d25fe542514cc0 /lisp/simple.el
parenteb2bfdae0a1b6579908f072ab57aec0d80d6c6ec (diff)
parentc36f1e67800423383832447c45e6125bf46efc7a (diff)
Merged from
Patches applied: * [email protected]/emacs--devo--0--patch-32 Update from CVS * [email protected]/emacs--devo--0--patch-33 Merge from gnus--rel--5.10 * [email protected]/emacs--devo--0--patch-34 Update from CVS * [email protected]/emacs--devo--0--patch-35 Update from CVS * [email protected]/emacs--devo--0--patch-36 Update from CVS * [email protected]/emacs--devo--0--patch-37 Update from CVS * [email protected]/gnus--rel--5.10--patch-8 Merge from emacs--devo--0 * [email protected]/gnus--rel--5.10--patch-9 Update from CVS * [email protected]/gnus--rel--5.10--patch-10 Update from CVS * [email protected]/gnus--rel--5.10--patch-11 Update from CVS * [email protected]/gnus--rel--5.10--patch-12 Update from CVS * [email protected]/gnus--rel--5.10--patch-13 Merge from emacs--devo--0 git-archimport-id: [email protected]/emacs--multi-tty--0--patch-504
Diffstat (limited to 'lisp/simple.el')
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 19615997f7..53f3d7cfc9 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -3735,7 +3735,7 @@ To ignore intangibility, bind `inhibit-point-motion-hooks' to t."
;; 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.