diff options
author | Rajesh Vaidheeswarran <rv@gnu.org> | 2000-06-07 19:04:57 +0000 |
---|---|---|
committer | Rajesh Vaidheeswarran <rv@gnu.org> | 2000-06-07 19:04:57 +0000 |
commit | bff71087343b640ad2aaed60742f4c63f8630408 (patch) | |
tree | 88238241ad1a7679460346a5a1c47b3ef3b5b0ad /lisp/whitespace.el | |
parent | 45f485a60165a0a95134d8d58df6ec5ed407db47 (diff) | |
download | emacs-bff71087343b640ad2aaed60742f4c63f8630408.tar.gz |
Update whitespace.el - comment out the :version string, since it
seems to have trouble with XEmacs 20.4 (user reported bug). Xemacs
doesn't create group if this is present.
Bug verified. Not yet determined the problem.
Diffstat (limited to 'lisp/whitespace.el')
-rw-r--r-- | lisp/whitespace.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/whitespace.el b/lisp/whitespace.el index 2c892307a62..5944f270c8e 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el @@ -1,6 +1,6 @@ ;;; whitespace.el --- Warn about and clean bogus whitespaces in the file. -;; Copyright (C) 1999 Free Software Foundation, Inc. +;; Copyright (C) 1999-2000 Free Software Foundation, Inc. ;; Author: Rajesh Vaidheeswarran <rv@gnu.org> ;; Keywords: convenience @@ -87,7 +87,7 @@ don't define defcustom" "Check for and fix five different types of whitespaces in source code." ;; Since XEmacs doesn't have a 'convenience group, use the next best group ;; which is 'editing? - :version "21.1" + ;; :version "21.1" :group (if whitespace-running-emacs 'convenience 'editing)) (defcustom whitespace-check-leading-whitespace t |