; Fix typo.

This commit is contained in:
Stefan Kangas 2021-03-06 04:08:54 +01:00
parent 106e6f48bf
commit 4b5155673d

View file

@ -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))))))