# HG changeset patch # User Chong Yidong # Date 1179778197 0 # Node ID 72b9f4dba30d374f6447a315632e2b6bccba434b # Parent 947265eed15ccfd8871ca590208b3922f29a6017 (show-paren-function): Undo 2007-04-19 and 2007-04-20 changes. diff -r 947265eed15c -r 72b9f4dba30d lisp/paren.el --- a/lisp/paren.el Mon May 21 16:43:27 2007 +0000 +++ b/lisp/paren.el Mon May 21 20:09:57 2007 +0000 @@ -143,7 +143,6 @@ (let ((oldpos (point)) (dir (cond ((eq (syntax-class (syntax-after (1- (point)))) 5) -1) ((eq (syntax-class (syntax-after (point))) 4) 1))) - (window-start (window-start)) pos mismatch face) ;; ;; Find the other end of the sexp. @@ -248,13 +247,7 @@ ;; ;; Always set the overlay face, since it varies. (overlay-put show-paren-overlay 'priority show-paren-priority) - (overlay-put show-paren-overlay 'face face)) - ;; If there are continued lines, the above operations can - ;; force redisplay to recenter the window (since there is no - ;; way for it to know that the overlay changes to the buffer - ;; are harmless). So reset the window-start. - (unless (window-minibuffer-p) - (set-window-start (selected-window) window-start))) + (overlay-put show-paren-overlay 'face face))) ;; show-paren-mode is nil in this buffer. (and show-paren-overlay (delete-overlay show-paren-overlay))