diff options
| author | Juanma Barranquero | 2005-08-31 13:51:34 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-08-31 13:51:34 +0000 |
| commit | ca60ee11ec267ba311b44c65b5b9911a41430f5f (patch) | |
| tree | e082be597687ec19753f98a749e63f038dfa6e42 /lisp | |
| parent | f63f87375c1920260ecc6337381620698ae8e875 (diff) | |
| download | emacs-ca60ee11ec267ba311b44c65b5b9911a41430f5f.tar.gz emacs-ca60ee11ec267ba311b44c65b5b9911a41430f5f.zip | |
(compilation-current-error): Add defvar.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
| 34 | (autoload 'widget-convert "wid-edit") | 34 | (autoload 'widget-convert "wid-edit") |
| 35 | (autoload 'shell-mode "shell")) | 35 | (autoload 'shell-mode "shell")) |
| 36 | 36 | ||
| 37 | (defvar compilation-current-error) | ||
| 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 |