/[emacs]/emacs/lisp/simple.el
ViewVC logotype

Diff of /emacs/lisp/simple.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.756 by jurta, Fri Oct 21 08:55:12 2005 UTC revision 1.757 by rms, Sun Oct 23 18:26:38 2005 UTC
# Line 3541  Outline mode sets this." Line 3541  Outline mode sets this."
3541               ;; Compute the end of the line               ;; Compute the end of the line
3542               ;; ignoring effectively invisible newlines.               ;; ignoring effectively invisible newlines.
3543               (save-excursion               (save-excursion
3544                 (end-of-line)                 ;; Like end-of-line but ignores fields.
3545                   (skip-chars-forward "^\n")
3546                 (while (and (not (eobp)) (line-move-invisible-p (point)))                 (while (and (not (eobp)) (line-move-invisible-p (point)))
3547                   (goto-char (next-char-property-change (point)))                   (goto-char (next-char-property-change (point)))
3548                   (end-of-line))                   (skip-chars-forward "^\n"))
3549                 (point))))                 (point))))
3550    
3551          ;; Move to the desired column.          ;; Move to the desired column.

Legend:
Removed from v.1.756  
changed lines
  Added in v.1.757

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26