emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Jonathan Yavner
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Sun, 30 Nov 2003 02:33:32 -0500

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.875 emacs/etc/NEWS:1.876
*** emacs/etc/NEWS:1.875        Sat Nov 29 06:36:54 2003
--- emacs/etc/NEWS      Sun Nov 30 02:33:32 2003
***************
*** 2012,2019 ****
  to always evaluate to the same value, such as (setq x 14).
  
  *** For difficult cases, you can add do-nothing macros to your code to help
! out the test coverage tool.  The macro 1value suppresses a brown splotch for
! its argument.  The macro noreturn suppresses a red splotch.
  
  +++
  ** New function unsafep returns nil if the given Lisp form can't possibly
--- 2012,2022 ----
  to always evaluate to the same value, such as (setq x 14).
  
  *** For difficult cases, you can add do-nothing macros to your code to help
! out the test coverage tool.  The macro `noreturn' suppresses a red splotch.
! It is an error if the argument to `noreturn' does return.  The macro 1value
! suppresses a brown splotch for its argument.  This macro is a no-op except
! during test-coverage -- then it signals an error if the argument actually
! returns differing values.
  
  +++
  ** New function unsafep returns nil if the given Lisp form can't possibly




reply via email to

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