emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/simple.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Sat, 24 May 2003 21:45:14 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.605 emacs/lisp/simple.el:1.606
*** emacs/lisp/simple.el:1.605  Sat May 24 21:34:37 2003
--- emacs/lisp/simple.el        Sat May 24 21:45:14 2003
***************
*** 4451,4456 ****
--- 4451,4464 ----
    (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.




reply via email to

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