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
f97eee51
Commit
f97eee51
authored
May 23, 1994
by
Richard M. Stallman
Browse files
(popup-menu): Bind cmd with let.
parent
d95ebf76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/emacs-lisp/lmenu.el
lisp/emacs-lisp/lmenu.el
+1
-1
No files found.
lisp/emacs-lisp/lmenu.el
View file @
f97eee51
...
...
@@ -135,7 +135,7 @@ The syntax, more precisely:
"
(
let
((
menu
(
make-lucid-menu-keymap
(
car
menu-desc
)
(
cdr
menu-desc
)))
(
pos
(
mouse-pixel-position
))
answer
)
answer
cmd
)
(
while
menu
(
setq
answer
(
x-popup-menu
(
list
(
list
(
nth
1
pos
)
(
nthcdr
2
pos
))
(
car
pos
))
...
...
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