* lisp/progmodes/prog-mode.el (prog-context-menu): Use "Go Back" (bug#38797)
; Do not merge to master.
This commit is contained in:
parent
2782bc113e
commit
a83ccc46fa
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue