# HG changeset patch # User Juanma Barranquero # Date 1053827114 0 # Node ID c7730f2ad4849b1e16e5d1c49d5041759f149d31 # Parent b86109f9a82914fddd99c6f94d523b7d5e4cd2d8 (idle-update-delay): New variable. diff -r b86109f9a829 -r c7730f2ad484 lisp/simple.el --- a/lisp/simple.el Sun May 25 01:34:37 2003 +0000 +++ b/lisp/simple.el Sun May 25 01:45:14 2003 +0000 @@ -4451,6 +4451,14 @@ (if (interactive-p) (message "Delete key deletes %s" (if normal-erase-is-backspace "forward" "backward")))) + +(defcustom idle-update-delay 0.5 + "*Idle time delay before updating various things on the screen. +Various Emacs features that update auxiliary information when point moves +wait this many seconds after Emacs becomes idle before doing an update." + :type 'number + :group 'display + :version "21.4") ;; Minibuffer prompt stuff.