comparison lisp/simple.el @ 65295:0a6b52c97d53

(compilation-current-error): Add defvar.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 31 Aug 2005 13:51:34 +0000
parents 9398f33d6515
children 745b7454f9cc 532e0a9335a9 a3716f7538f2
comparison
equal deleted inserted replaced
65294:ecfa88bd9638 65295:0a6b52c97d53
31 ;;; Code: 31 ;;; Code:
32 32
33 (eval-when-compile 33 (eval-when-compile
34 (autoload 'widget-convert "wid-edit") 34 (autoload 'widget-convert "wid-edit")
35 (autoload 'shell-mode "shell")) 35 (autoload 'shell-mode "shell"))
36
37 (defvar compilation-current-error)
36 38
37 (defcustom idle-update-delay 0.5 39 (defcustom idle-update-delay 0.5
38 "*Idle time delay before updating various things on the screen. 40 "*Idle time delay before updating various things on the screen.
39 Various Emacs features that update auxiliary information when point moves 41 Various Emacs features that update auxiliary information when point moves
40 wait this many seconds after Emacs becomes idle before doing an update." 42 wait this many seconds after Emacs becomes idle before doing an update."