; Fix typo.
This commit is contained in:
parent
106e6f48bf
commit
4b5155673d
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ This is expected to be bound to a mouse event."
|
|||
(vector 'menu-bar (if (symbolp (car menu))
|
||||
(car menu)
|
||||
;; If a string, then use the downcased
|
||||
;; version for greater backwards compatibiltiy.
|
||||
;; version for greater backwards compatibility.
|
||||
(intern (downcase (car menu)))))
|
||||
(easy-menu-binding keymap (car menu))))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue