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/re-builder.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/re-builder.el
Date: Fri, 08 Apr 2005 10:26:17 -0400

Index: emacs/lisp/emacs-lisp/re-builder.el
diff -c emacs/lisp/emacs-lisp/re-builder.el:1.20 
emacs/lisp/emacs-lisp/re-builder.el:1.21
*** emacs/lisp/emacs-lisp/re-builder.el:1.20    Sun Feb 27 10:35:51 2005
--- emacs/lisp/emacs-lisp/re-builder.el Fri Apr  8 14:26:13 2005
***************
*** 1,6 ****
  ;;; re-builder.el --- building Regexps with visual feedback
  
! ;; Copyright (C) 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
  
  ;; Author: Detlev Zundel <address@hidden>
  ;; Keywords: matching, lisp, tools
--- 1,6 ----
  ;;; re-builder.el --- building Regexps with visual feedback
  
! ;; Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005 Free Software Foundation, 
Inc.
  
  ;; Author: Detlev Zundel <address@hidden>
  ;; Keywords: matching, lisp, tools
***************
*** 177,183 ****
    :group 're-builder)
  
  (defface reb-match-3
!   '((((class color) (background light))
       :background "yellow")
      (((class color) (background dark))
       :background "sienna4")
--- 177,185 ----
    :group 're-builder)
  
  (defface reb-match-3
!   '((((min-colors 88) (class color) (background light))
!      :background "yellow1")
!     (((class color) (background light))
       :background "yellow")
      (((class color) (background dark))
       :background "sienna4")




reply via email to

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