* lisp/progmodes/prog-mode.el (prog-context-menu): Use text-mode-context-menu.
This commit is contained in:
parent
e4e1a95421
commit
bc58bea371
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
||||||
|
|
||||||
;; Include text-mode select menu only in strings and comments.
|
;; Include text-mode select menu only in strings and comments.
|
||||||
(when (nth 8 (save-excursion (syntax-ppss (posn-point (event-end click)))))
|
(when (nth 8 (save-excursion (syntax-ppss (posn-point (event-end click)))))
|
||||||
(text-mode-menu menu click))
|
(text-mode-context-menu menu click))
|
||||||
|
|
||||||
menu)
|
menu)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue