* lisp/progmodes/prog-mode.el (prog-context-menu): Use "Go Back" (bug#38797)
; Do not merge to master.
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user