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


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to