aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-09-03 21:38:45 +0000
committerRichard M. Stallman1996-09-03 21:38:45 +0000
commit7722472277f7d288e17fe946957a5a6719c9f4b1 (patch)
tree6b03f4fc8d4b5c4d70ac34fddbe458407681dbd6
parente1877477ee97faf5cf326d2b4d701af3567ac599 (diff)
downloademacs-7722472277f7d288e17fe946957a5a6719c9f4b1.tar.gz
emacs-7722472277f7d288e17fe946957a5a6719c9f4b1.zip
(other-frame): Don't call unfocus-frame.
-rw-r--r--lisp/frame.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index 274b86bbc95..b8184b98adc 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -514,9 +514,7 @@ A negative ARG moves in the opposite order."
514 (setq arg (1+ arg))) 514 (setq arg (1+ arg)))
515 (raise-frame frame) 515 (raise-frame frame)
516 (select-frame frame) 516 (select-frame frame)
517 (set-mouse-position (selected-frame) (1- (frame-width)) 0) 517 (set-mouse-position (selected-frame) (1- (frame-width)) 0)))
518 (if (fboundp 'unfocus-frame)
519 (unfocus-frame))))
520 518
521;;;; Frame configurations 519;;;; Frame configurations
522 520