mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
(gud-perldb-find-file): Use gud-make-debug-menu.
This commit is contained in:
parent
d3e6dae78c
commit
39cf49be68
@ -939,7 +939,7 @@ directories if your program contains sources from more than one directory."
|
||||
(save-excursion
|
||||
(let ((buf (find-file-noselect f)))
|
||||
(set-buffer buf)
|
||||
(define-key (current-local-map) [menu-bar debug] (cons "Gud" (copy-keymap gud-menu-map)))
|
||||
(gud-make-debug-menu)
|
||||
buf)))
|
||||
|
||||
;;;###autoload
|
||||
|
Loading…
Reference in New Issue
Block a user