[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/frame.el
From: |
YAMAMOTO Mitsuharu |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/frame.el |
Date: |
Fri, 10 Feb 2006 08:19:36 +0000 |
Index: emacs/lisp/frame.el
diff -u emacs/lisp/frame.el:1.234 emacs/lisp/frame.el:1.235
--- emacs/lisp/frame.el:1.234 Mon Feb 6 14:33:33 2006
+++ emacs/lisp/frame.el Fri Feb 10 08:19:36 2006
@@ -695,7 +695,7 @@
(select-frame frame)
(raise-frame frame)
;; Ensure, if possible, that frame gets input focus.
- (cond ((eq window-system 'x)
+ (cond ((memq window-system '(x mac))
(x-focus-frame frame))
((eq window-system 'w32)
(w32-focus-frame frame)))