projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4e1a95
)
* lisp/progmodes/prog-mode.el (prog-context-menu): Use text-mode-context-menu.
author
Juri Linkov
<juri@linkov.net>
Mon, 1 Nov 2021 20:08:36 +0000
(22:08 +0200)
committer
Juri Linkov
<juri@linkov.net>
Mon, 1 Nov 2021 20:08:36 +0000
(22:08 +0200)
lisp/progmodes/prog-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/prog-mode.el
b/lisp/progmodes/prog-mode.el
index 4f15686dc87ad0e90ef837bc1a552af98a7a0ecd..3e1a915e32093353e23c1415e8aa0b6c0ec7b0e6 100644
(file)
--- a/
lisp/progmodes/prog-mode.el
+++ b/
lisp/progmodes/prog-mode.el
@@
-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)