From 300ee850a481a5d80c33bc433f4f0865461f71b6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 9 Aug 2005 02:55:43 +0000 Subject: [PATCH] (ada-prj-display-page): Use with-no-warnings. --- lisp/progmodes/ada-prj.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/progmodes/ada-prj.el b/lisp/progmodes/ada-prj.el index d9bfb891ee3..91adf1ed187 100644 --- a/lisp/progmodes/ada-prj.el +++ b/lisp/progmodes/ada-prj.el @@ -477,7 +477,8 @@ connect to the target when working with cross-environments" t) (widget-insert "\n\n") (widget-setup) - (beginning-of-buffer) + (with-no-warnings + (beginning-of-buffer)) ) -- 2.39.2