Index: emacs/lisp/emacs-lisp/testcover.el
diff -c emacs/lisp/emacs-lisp/testcover.el:1.12 
emacs/lisp/emacs-lisp/testcover.el:1.13
*** emacs/lisp/emacs-lisp/testcover.el:1.12     Sat Aug  6 17:08:59 2005
--- emacs/lisp/emacs-lisp/testcover.el  Mon Aug 15 21:29:32 2005
***************
*** 154,168 ****
    '((t (:background "DeepPink2")))
    "Face for forms that had no hits during coverage test"
    :group 'testcover)
- ;; backward-compatibility alias
- (put 'testcover-nohits-face 'face-alias 'testcover-nohits)
  
  (defface testcover-1value
    '((t (:background "Wheat2")))
    "Face for forms that always produced the same value during coverage test"
    :group 'testcover)
- ;; backward-compatibility alias
- (put 'testcover-1value-face 'face-alias 'testcover-1value)
  
  
  ;;;=========================================================================
--- 154,164 ----


_______________________________________________
Emacs-diffs mailing list
Emacs-diffs@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to