Merge from origin/emacs-28

bc58bea * lisp/progmodes/prog-mode.el (prog-context-menu): Use text-m...
This commit is contained in:
Eli Zaretskii 2021-11-02 19:06:04 +02:00
commit f2b8f29920

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)