]> git.eshelyaron.com Git - emacs.git/commit
artist.el: Avoid error with keyboard command invocation
authorStephen Berman <stephen.berman@gmx.net>
Sat, 29 Jul 2017 11:59:18 +0000 (13:59 +0200)
committerStephen Berman <stephen.berman@gmx.net>
Sat, 29 Jul 2017 11:59:18 +0000 (13:59 +0200)
commit701752827364a9d56ce47343c783ea0fc6a610a1
tree1c495b6bfc41ce22bab84ce27e428a05b44477f6
parent8e394b082bd6ecd9ba212cb3ca07cbace66767a6
artist.el: Avoid error with keyboard command invocation

* lisp/textmodes/artist.el (artist-mouse-choose-operation):
Call x-popup-menu with t instead of last-nonmenu-event as the
value of the position argument; this allows invoking the
command from the keyboard without raising an error (bug#27819).
lisp/textmodes/artist.el