From: Juanma Barranquero Date: Wed, 31 Aug 2005 13:51:34 +0000 (+0000) Subject: (compilation-current-error): Add defvar. X-Git-Tag: emacs-pretest-22.0.90~7295 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ca60ee11ec267ba311b44c65b5b9911a41430f5f;p=emacs.git (compilation-current-error): Add defvar. --- diff --git a/lisp/simple.el b/lisp/simple.el index a0eeaa2d00f..cac29e1b0f7 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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