Show
Ignore:
Timestamp:
2007年06月02日 09時29分41秒 (1 year ago)
Author:
miyoshi
Message:

Sync up with Emacs_22_BASE.

Files:

Legend:

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

    r4204 r4210  
    144144            (dir (cond ((eq (syntax-class (syntax-after (1- (point)))) 5) -1) 
    145145                       ((eq (syntax-class (syntax-after (point)))      4) 1))) 
    146             (window-start (window-start)) 
    147146            pos mismatch face) 
    148147        ;; 
     
    249248          ;; Always set the overlay face, since it varies. 
    250249          (overlay-put show-paren-overlay 'priority show-paren-priority) 
    251           (overlay-put show-paren-overlay 'face face)) 
    252         ;; If there are continued lines, the above operations can 
    253         ;; force redisplay to recenter the window (since there is no 
    254         ;; way for it to know that the overlay changes to the buffer 
    255         ;; are harmless).  So reset the window-start. 
    256         (unless (window-minibuffer-p) 
    257           (set-window-start (selected-window) window-start))) 
     250          (overlay-put show-paren-overlay 'face face))) 
    258251    ;; show-paren-mode is nil in this buffer. 
    259252    (and show-paren-overlay