# HG changeset patch # User Juanma Barranquero # Date 1125496294 0 # Node ID 0a6b52c97d53617ead66f7dea23e8fcc21e2f418 # Parent ecfa88bd96388d3976b8ea1d1a1c3c30a3d3ed0b (compilation-current-error): Add defvar. diff -r ecfa88bd9638 -r 0a6b52c97d53 lisp/simple.el --- a/lisp/simple.el Wed Aug 31 13:51:07 2005 +0000 +++ b/lisp/simple.el Wed Aug 31 13:51:34 2005 +0000 @@ -34,6 +34,8 @@ (autoload 'widget-convert "wid-edit") (autoload 'shell-mode "shell")) +(defvar compilation-current-error) + (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