From: Richard M. Stallman Date: Tue, 9 Aug 2005 02:55:43 +0000 (+0000) Subject: (ada-prj-display-page): Use with-no-warnings. X-Git-Tag: emacs-pretest-22.0.90~7732 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=300ee850a481a5d80c33bc433f4f0865461f71b6;p=emacs.git (ada-prj-display-page): Use with-no-warnings. --- 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)) )