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: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/whitespace.el
Date: Fri, 08 Apr 2005 10:26:27 -0400

Index: emacs/lisp/whitespace.el
diff -c emacs/lisp/whitespace.el:1.30 emacs/lisp/whitespace.el:1.31
*** emacs/lisp/whitespace.el:1.30       Sat Oct 16 15:26:23 2004
--- emacs/lisp/whitespace.el    Fri Apr  8 14:26:13 2005
***************
*** 1,6 ****
  ;;; whitespace.el --- warn about and clean bogus whitespaces in the file
  
! ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc.
  
  ;; Author: Rajesh Vaidheeswarran <address@hidden>
  ;; Keywords: convenience
--- 1,6 ----
  ;;; whitespace.el --- warn about and clean bogus whitespaces in the file
  
! ;; Copyright (C) 1999, 2000, 2005 Free Software Foundation, Inc.
  
  ;; Author: Rajesh Vaidheeswarran <address@hidden>
  ;; Keywords: convenience
***************
*** 319,325 ****
    :group 'faces)
  
  (defface whitespace-highlight-face '((((class color) (background light))
!                                     (:background "green"))
                                     (((class color) (background dark))
                                      (:background "sea green"))
                                     (((class grayscale mono)
--- 319,325 ----
    :group 'faces)
  
  (defface whitespace-highlight-face '((((class color) (background light))
!                                     (:background "green1"))
                                     (((class color) (background dark))
                                      (:background "sea green"))
                                     (((class grayscale mono)




reply via email to

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