>From a221c350e7697c6000c1b0030d964501426a1b2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Le=20Gouguec?= Date: Sun, 28 Nov 2021 00:46:48 +0100 Subject: [PATCH 2/3] * ada-mode.el (ada-mode-menu): Prefer ada-find-file --- ada-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ada-mode.el b/ada-mode.el index 9997f35c99..fa2c4a4f7a 100644 --- a/ada-mode.el +++ b/ada-mode.el @@ -246,7 +246,7 @@ nil, only the file name." ) ("Navigate" ["Other file" ada-find-other-file t] - ["Find file in project" project-find-file t] + ["Find file in project" ada-find-file t] ["Goto declaration/body" wisi-goto-spec/body t] ["Goto next statement keyword" forward-sexp t] ["Goto prev statement keyword" backward-sexp t] -- 2.34.0