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
c5785b73
Commit
c5785b73
authored
Sep 27, 2000
by
Miles Bader
Browse files
(tool-bar-help): Use `mouse-pixel-position'.
parent
6a70ef0d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/toolbar/tool-bar.el
lisp/toolbar/tool-bar.el
+1
-1
No files found.
lisp/ChangeLog
View file @
c5785b73
2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
* toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
2000-09-22 Kenichi Handa <handa@etl.go.jp>
* international/quail.el (quail-help): The output message is
...
...
lisp/toolbar/tool-bar.el
View file @
c5785b73
...
...
@@ -155,7 +155,7 @@ PROPS is a list of additional properties to add to the binding."
(
defun
tool-bar-help
()
"Pop up the help menu from the tool-bar."
(
interactive
)
(
let*
((
p
(
mouse-position
))
(
let*
((
p
(
mouse-
pixel-
position
))
(
menu
menu-bar-help-menu
)
(
selection
(
x-popup-menu
(
list
(
list
(
cadr
p
)
(
cddr
p
))
(
car
p
))
menu
))
...
...
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