diff options
author | Dan Nicolaescu <done@ece.arizona.edu> | 1998-04-20 02:34:53 +0000 |
---|---|---|
committer | Dan Nicolaescu <done@ece.arizona.edu> | 1998-04-20 02:34:53 +0000 |
commit | cd32a7baa4746f699fa4d945c1b1b9e50a9486da (patch) | |
tree | cabc0a074c3be5317cdcbed2883b3849e9ed241f /lisp/frame.el | |
parent | e8bcd26ec19d7631a21aa0fc07b4fd076eb91d55 (diff) | |
download | emacs-cd32a7baa4746f699fa4d945c1b1b9e50a9486da.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/frame.el')
-rw-r--r-- | lisp/frame.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el index ba9d089eaac..44923e05324 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -500,7 +500,8 @@ the user during startup." (defcustom focus-follows-mouse t "*Non-nil if window system changes focus when you move the mouse." :type 'boolean - :group 'frames) + :group 'frames + :version "20.3") (defun other-frame (arg) "Select the ARG'th different visible frame, and raise it. |