[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/paren.el,v
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/paren.el,v |
Date: |
Fri, 20 Apr 2007 13:52:12 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Chong Yidong <cyd> 07/04/20 13:52:12
Index: paren.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/paren.el,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -b -r1.72 -r1.73
--- paren.el 19 Apr 2007 17:21:37 -0000 1.72
+++ paren.el 20 Apr 2007 13:52:11 -0000 1.73
@@ -253,7 +253,8 @@
;; 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.
- (set-window-start (selected-window) window-start))
+ (unless (window-minibuffer-p)
+ (set-window-start (selected-window) window-start)))
;; show-paren-mode is nil in this buffer.
(and show-paren-overlay
(delete-overlay show-paren-overlay))