emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/ada-prj.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/ada-prj.el
Date: Mon, 08 Aug 2005 22:55:43 -0400

Index: emacs/lisp/progmodes/ada-prj.el
diff -c emacs/lisp/progmodes/ada-prj.el:1.16 
emacs/lisp/progmodes/ada-prj.el:1.17
*** emacs/lisp/progmodes/ada-prj.el:1.16        Mon Aug  1 08:37:49 2005
--- emacs/lisp/progmodes/ada-prj.el     Tue Aug  9 02:55:43 2005
***************
*** 477,483 ****
    (widget-insert "\n\n")
  
    (widget-setup)
!   (beginning-of-buffer)
    )
  
  
--- 477,484 ----
    (widget-insert "\n\n")
  
    (widget-setup)
!   (with-no-warnings
!     (beginning-of-buffer))
    )
  
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]