diff options
author | Rajesh Vaidheeswarran <rv@gnu.org> | 2000-05-31 18:39:14 +0000 |
---|---|---|
committer | Rajesh Vaidheeswarran <rv@gnu.org> | 2000-05-31 18:39:14 +0000 |
commit | 7f565d8708a2278ee97737e427c465e9d45e3f61 (patch) | |
tree | ef05c3ff68947dbf34df6934e0a75a8db81951fc /lisp/whitespace.el | |
parent | 11f292ed17a035e52dc394de835d428e1c2592e1 (diff) | |
download | emacs-7f565d8708a2278ee97737e427c465e9d45e3f61.tar.gz |
Update whitespace.el with a more tolerable timer scan time.
Update e-mail address.
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 a10687b405d..2c892307a62 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1999 Free Software Foundation, Inc. -;; Author: Rajesh Vaidheeswarran <rv@dsmit.com> +;; Author: Rajesh Vaidheeswarran <rv@gnu.org> ;; Keywords: convenience ;; This file is part of GNU Emacs. @@ -176,7 +176,7 @@ following to your `.emacs': Or, alternately, you can use the Emacs `customize' command to set this." :group 'whitespace) -(defcustom whitespace-rescan-timer-time 60 +(defcustom whitespace-rescan-timer-time 600 "Period in seconds to rescan modified buffers for whitespace creep. This is the period after which the timer will fire causing |