Mercurial > emacs
changeset 65295:0a6b52c97d53
(compilation-current-error): Add defvar.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 31 Aug 2005 13:51:34 +0000 |
parents | ecfa88bd9638 |
children | 5b690489db41 |
files | lisp/simple.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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