emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/frame.el,v [EMACS_22_BASE]


From: Martin Rudalics
Subject: [Emacs-diffs] Changes to emacs/lisp/frame.el,v [EMACS_22_BASE]
Date: Sat, 06 Oct 2007 10:08:28 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Martin Rudalics <m061211>       07/10/06 10:08:28

Index: frame.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/frame.el,v
retrieving revision 1.243.2.4
retrieving revision 1.243.2.5
diff -u -b -r1.243.2.4 -r1.243.2.5
--- frame.el    2 Oct 2007 01:54:56 -0000       1.243.2.4
+++ frame.el    6 Oct 2007 10:08:28 -0000       1.243.2.5
@@ -681,15 +681,6 @@
        (nreverse frame-initial-geometry-arguments))
   (cdr param-list))
 
-(defcustom focus-follows-mouse (not (memq window-system '(mac w32)))
-  "*Non-nil if window system changes focus when you move the mouse.
-You should set this variable to tell Emacs how your window manager
-handles focus, since there is no way in general for Emacs to find out
-automatically."
-  :type 'boolean
-  :group 'frames
-  :version "20.3")
-
 (defun select-frame-set-input-focus (frame)
   "Select FRAME, raise it, and set input focus, if possible."
     (select-frame frame)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]