Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ac7ed642
Commit
ac7ed642
authored
Sep 10, 2001
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc fix.
parent
ae2aaa7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/frame.c
src/frame.c
+4
-2
No files found.
src/frame.c
View file @
ac7ed642
...
...
@@ -2490,8 +2490,10 @@ The `menu-bar-lines' element of the list controls whether new frames\n\
Vemacs_iconified
=
Qnil
;
DEFVAR_LISP
(
"mouse-position-function"
,
&
Vmouse_position_function
,
"If non-nil, function applied to the normal result of `mouse-position'.
\n
\
This abnormal hook exists for the benefit of packages like XTerm-mouse
\n
\
"If non-nil, function to transform normal value of `mouse-position'.
\n
\
`mouse-position' calls this function, passing its usual return value as
\n
\
argument, and returns whatever this function returns.
\n
\
This abnormal hook exists for the benefit of packages like `xt-mouse.el'
\n
\
which need to do mouse handling at the Lisp level."
);
Vmouse_position_function
=
Qnil
;
...
...
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