Show
Ignore:
Timestamp:
08/10/06 11:19:54 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/simple.el

    r4111 r4140  
    36983698  (if (zerop col) 
    36993699      (beginning-of-line) 
    3700     (move-to-column col)) 
     3700    (let ((opoint (point))) 
     3701      (move-to-column col) 
     3702      ;; move-to-column doesn't respect field boundaries. 
     3703      (goto-char (constrain-to-field (point) opoint)))) 
    37013704 
    37023705  (when (and line-move-ignore-invisible