]> git.eshelyaron.com Git - emacs.git/commitdiff
(ada-prj-display-page): Use with-no-warnings.
authorRichard M. Stallman <rms@gnu.org>
Tue, 9 Aug 2005 02:55:43 +0000 (02:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 9 Aug 2005 02:55:43 +0000 (02:55 +0000)
lisp/progmodes/ada-prj.el

index d9bfb891ee31ad8c0dafd160bf36b7397eebe6c2..91adf1ed1870630b4a6fe78f81284f5ebd9d3a20 100644 (file)
@@ -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))
   )