changeset 64803:126d8b68ff09

(ada-prj-display-page): Use with-no-warnings.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Aug 2005 02:55:43 +0000
parents 4f150b99e062
children ebcfe1ffa0ec
files lisp/progmodes/ada-prj.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/ada-prj.el	Tue Aug 09 02:55:25 2005 +0000
+++ b/lisp/progmodes/ada-prj.el	Tue Aug 09 02:55:43 2005 +0000
@@ -477,7 +477,8 @@
   (widget-insert "\n\n")
 
   (widget-setup)
-  (beginning-of-buffer)
+  (with-no-warnings
+    (beginning-of-buffer))
   )