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

index 596570ca4e2a904da162c18cf54b236b830eb13a..cdc2af4a7adbd62549bdfb4b1e37e25b5237faee 100644 (file)
@@ -4889,7 +4889,7 @@ If optional argument STATE is positive, turn borders on."
      (select-window (posn-window (event-start last-input-event)))
      (list last-input-event
           (if (display-popup-menus-p)
-              (x-popup-menu last-nonmenu-event artist-popup-menu-table)
+              (x-popup-menu t artist-popup-menu-table)
             'no-popup-menus))))
 
   (if (eq op 'no-popup-menus)