diff 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
line wrap: on
line diff
--- 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