* lisp/progmodes/prog-mode.el (prog-context-menu): Use text-mode-context-menu.

This commit is contained in:
Juri Linkov 2021-11-01 22:08:36 +02:00
parent e4e1a95421
commit bc58bea371

View file

@ -88,7 +88,7 @@
;; Include text-mode select menu only in strings and comments.
(when (nth 8 (save-excursion (syntax-ppss (posn-point (event-end click)))))
(text-mode-menu menu click))
(text-mode-context-menu menu click))
menu)