Mercurial > hg > xemacs-beta
diff lisp/frame.el @ 211:78478c60bfcd r20-4b4
Import from CVS: tag r20-4b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:05:51 +0200 |
parents | 41ff10fd062f |
children | 78f53ef88e17 |
line wrap: on
line diff
--- a/lisp/frame.el Mon Aug 13 10:05:01 2007 +0200 +++ b/lisp/frame.el Mon Aug 13 10:05:51 2007 +0200 @@ -813,7 +813,8 @@ (defun default-deselect-frame-hook () "Implements the `auto-lower-frame' variable. For use as the value of `deselect-frame-hook'." - (if auto-lower-frame (lower-frame (selected-frame)))) + (if auto-lower-frame (lower-frame (selected-frame))) + (highlight-extent nil nil)) (or select-frame-hook (add-hook 'select-frame-hook 'default-select-frame-hook))