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
94ddbbff
Commit
94ddbbff
authored
Sep 11, 1996
by
Richard M. Stallman
Browse files
(easy-menu-do-define): Use `x-popup-menu' instead of
non-existing `easy-popup-menu'.
parent
77308fd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/emacs-lisp/easymenu.el
lisp/emacs-lisp/easymenu.el
+1
-1
No files found.
lisp/emacs-lisp/easymenu.el
View file @
94ddbbff
...
...
@@ -106,7 +106,7 @@ is a list of menu items, as above."
;; function.
(
set
symbol
(
easy-menu-create-keymaps
(
car
menu
)
(
cdr
menu
)))
(
fset
symbol
(
`
(
lambda
(
event
)
(
,
doc
)
(
interactive
"@e"
)
(
easy
-popup-menu
event
(
,
symbol
)))))
(
x
-popup-menu
event
(
,
symbol
)))))
(
mapcar
(
function
(
lambda
(
map
)
(
define-key
map
(
vector
'menu-bar
(
intern
(
car
menu
)))
(
cons
(
car
menu
)
(
symbol-value
symbol
)))))
...
...
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