Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0ac18fb0
Commit
0ac18fb0
authored
Mar 18, 1998
by
Richard M. Stallman
Browse files
(focus-follows-mouse): Make it defcustom.
parent
26ef026d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
lisp/frame.el
lisp/frame.el
+4
-2
No files found.
lisp/frame.el
View file @
0ac18fb0
...
...
@@ -497,8 +497,10 @@ the user during startup."
(
cdr
param-list
))
(
defvar
focus-follows-mouse
t
"*Non-nil if window system changes focus when you move the mouse."
)
(
defcustom
focus-follows-mouse
t
"*Non-nil if window system changes focus when you move the mouse."
:type
'boolean
:group
'frames
)
(
defun
other-frame
(
arg
)
"Select the ARG'th different visible frame, and raise it.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment