Mercurial > emacs
changeset 16088:a2e77dc54e24
(other-frame): Don't call unfocus-frame.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 03 Sep 1996 21:38:45 +0000 |
parents | 26b552f014ff |
children | 784c007800c5 |
files | lisp/frame.el |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/frame.el Tue Sep 03 21:37:35 1996 +0000 +++ b/lisp/frame.el Tue Sep 03 21:38:45 1996 +0000 @@ -514,9 +514,7 @@ (setq arg (1+ arg))) (raise-frame frame) (select-frame frame) - (set-mouse-position (selected-frame) (1- (frame-width)) 0) - (if (fboundp 'unfocus-frame) - (unfocus-frame)))) + (set-mouse-position (selected-frame) (1- (frame-width)) 0))) ;;;; Frame configurations