mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 15:56:35 -04:00
* lisp/progmodes/prog-mode.el (prog-context-menu): Use text-mode-context-menu.
This commit is contained in:
parent
e4e1a95421
commit
bc58bea371
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue