emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/testcover.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/testcover.el
Date: Thu, 19 May 2005 15:06:21 -0400

Index: emacs/lisp/emacs-lisp/testcover.el
diff -c emacs/lisp/emacs-lisp/testcover.el:1.7 
emacs/lisp/emacs-lisp/testcover.el:1.8
*** emacs/lisp/emacs-lisp/testcover.el:1.7      Sat Jul 17 17:01:28 2004
--- emacs/lisp/emacs-lisp/testcover.el  Thu May 19 19:06:19 2005
***************
*** 147,153 ****
  (defcustom testcover-potentially-1value-functions
    '(add-hook and beep or remove-hook unless when)
    "Functions that are potentially 1-valued.  No brown splotch if actually
! 1-valued, no error if actually multi-valued.")
  
  (defface testcover-nohits-face
    '((t (:background "DeepPink2")))
--- 147,154 ----
  (defcustom testcover-potentially-1value-functions
    '(add-hook and beep or remove-hook unless when)
    "Functions that are potentially 1-valued.  No brown splotch if actually
! 1-valued, no error if actually multi-valued."
!   :group 'testcover)
  
  (defface testcover-nohits-face
    '((t (:background "DeepPink2")))




reply via email to

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