emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/whitespace.el
Date: Fri, 04 Apr 2003 01:23:17 -0500

Index: emacs/lisp/whitespace.el
diff -c emacs/lisp/whitespace.el:1.21 emacs/lisp/whitespace.el:1.22
*** emacs/lisp/whitespace.el:1.21       Fri Sep 13 02:21:32 2002
--- emacs/lisp/whitespace.el    Mon Dec  2 19:10:40 2002
***************
*** 5,11 ****
  ;; Author: Rajesh Vaidheeswarran <address@hidden>
  ;; Keywords: convenience
  
! ;; $Id: whitespace.el,v 1.21 2002/09/13 06:21:32 lektu Exp $
  ;; This file is part of GNU Emacs.
  
  ;; GNU Emacs is free software; you can redistribute it and/or modify
--- 5,11 ----
  ;; Author: Rajesh Vaidheeswarran <address@hidden>
  ;; Keywords: convenience
  
! ;; $Id: whitespace.el,v 1.22 2002/12/03 00:10:40 schwab Exp $
  ;; This file is part of GNU Emacs.
  
  ;; GNU Emacs is free software; you can redistribute it and/or modify
***************
*** 312,326 ****
    :group 'faces)
  
  (defface whitespace-highlight-face '((((class color) (background light))
!                                   (:background "green"))
!                                  (((class color) (background dark))
!                                   (:background "sea green"))
!                                  (((class grayscale monochrome)
!                                    (background light))
!                                   (:background "black"))
!                                  (((class grayscale monochrome)
!                                    (background dark))
!                                   (:background "white")))
    "Face used for highlighting the bogus whitespaces that exist in the buffer."
    :group 'whitespace-faces)
  
--- 312,326 ----
    :group 'faces)
  
  (defface whitespace-highlight-face '((((class color) (background light))
!                                     (:background "green"))
!                                    (((class color) (background dark))
!                                     (:background "sea green"))
!                                    (((class grayscale mono)
!                                      (background light))
!                                     (:background "black"))
!                                    (((class grayscale mono)
!                                      (background dark))
!                                     (:background "white")))
    "Face used for highlighting the bogus whitespaces that exist in the buffer."
    :group 'whitespace-faces)
  




reply via email to

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