]> code.delx.au - gnu-emacs/blobdiff - lisp/obsolete/old-whitespace.el
Update copyright year to 2015
[gnu-emacs] / lisp / obsolete / old-whitespace.el
index 02c8115f23a961a685aa7cf7b12b918d903a93ae..4619a5852a79080d05daf6db9c1abe439c74c379 100644 (file)
@@ -1,6 +1,6 @@
 ;;; whitespace.el --- warn about and clean bogus whitespaces in the file
 
-;; Copyright (C) 1999-201 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2015 Free Software Foundation, Inc.
 
 ;; Author: Rajesh Vaidheeswarran <rv@gnu.org>
 ;; Keywords: convenience
@@ -288,12 +288,6 @@ To disable timer scans, set this to zero."
   :type 'boolean
   :group 'whitespace)
 
-(defgroup whitespace-faces nil
-  "Faces used in whitespace."
-  :prefix "whitespace-"
-  :group 'whitespace
-  :group 'faces)
-
 (defface whitespace-highlight '((((class color) (background light))
                                 (:background "green1"))
                                (((class color) (background dark))
@@ -305,7 +299,7 @@ To disable timer scans, set this to zero."
                                  (background dark))
                                 (:background "white")))
   "Face used for highlighting the bogus whitespaces that exist in the buffer."
-  :group 'whitespace-faces)
+  :group 'whitespace)
 (define-obsolete-face-alias 'whitespace-highlight-face
   'whitespace-highlight "22.1")