projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2782bc1
)
* lisp/progmodes/prog-mode.el (prog-context-menu): Use "Go Back" (bug#38797)
author
Juri Linkov
<juri@linkov.net>
Tue, 9 Nov 2021 08:29:37 +0000
(10:29 +0200)
committer
Juri Linkov
<juri@linkov.net>
Tue, 9 Nov 2021 08:29:37 +0000
(10:29 +0200)
; Do not merge to master.
lisp/progmodes/prog-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/prog-mode.el
b/lisp/progmodes/prog-mode.el
index 3e1a915e32093353e23c1415e8aa0b6c0ec7b0e6..4997c2746f2b0431dddeb168c099fadfd609af7f 100644
(file)
--- a/
lisp/progmodes/prog-mode.el
+++ b/
lisp/progmodes/prog-mode.el
@@
-51,7
+51,7
@@
(unless (xref-marker-stack-empty-p)
(define-key-after menu [xref-pop]
- '(menu-item "
Back Definition
" xref-pop-marker-stack
+ '(menu-item "
Go Back
" xref-pop-marker-stack
:help "Back to the position of the last search")
'prog-separator))