1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00

(ada-prj-display-page): Use with-no-warnings.

This commit is contained in:
Richard M. Stallman 2005-08-09 02:55:43 +00:00
parent c8f0dac9e3
commit 300ee850a4

View 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))
)