/[emacs]/emacs/lisp/emacs-lisp/re-builder.el
ViewVC logotype

Diff of /emacs/lisp/emacs-lisp/re-builder.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by rms, Sun Feb 27 10:35:51 2005 UTC revision 1.21 by dann, Fri Apr 8 14:26:13 2005 UTC
# Line 1  Line 1 
1  ;;; re-builder.el --- building Regexps with visual feedback  ;;; re-builder.el --- building Regexps with visual feedback
2    
3  ;; Copyright (C) 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc.  ;; Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
4    
5  ;; Author: Detlev Zundel <dzu@gnu.org>  ;; Author: Detlev Zundel <dzu@gnu.org>
6  ;; Keywords: matching, lisp, tools  ;; Keywords: matching, lisp, tools
# Line 177  Set it to nil if you don't want limits h Line 177  Set it to nil if you don't want limits h
177    :group 're-builder)    :group 're-builder)
178    
179  (defface reb-match-3  (defface reb-match-3
180    '((((class color) (background light))    '((((min-colors 88) (class color) (background light))
181         :background "yellow1")
182        (((class color) (background light))
183       :background "yellow")       :background "yellow")
184      (((class color) (background dark))      (((class color) (background dark))
185       :background "sienna4")       :background "sienna4")

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26