diff options
| author | Juanma Barranquero | 2005-08-31 13:52:28 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-08-31 13:52:28 +0000 |
| commit | 5673b222a847e136aa9880b26dfcaf6f02656632 (patch) | |
| tree | ff34dfa6cb25b03c0eba04f7c44aaabb41ec0fdc /lisp | |
| parent | e4f054b9c9804a1860d92c2f714e58ec295b2ade (diff) | |
| download | emacs-5673b222a847e136aa9880b26dfcaf6f02656632.tar.gz emacs-5673b222a847e136aa9880b26dfcaf6f02656632.zip | |
(comint-prompt-regexp): Add defvar.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/tooltip.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el index 59f07df0089..25032f69c4e 100644 --- a/lisp/tooltip.el +++ b/lisp/tooltip.el | |||
| @@ -27,6 +27,8 @@ | |||
| 27 | 27 | ||
| 28 | ;;; Code: | 28 | ;;; Code: |
| 29 | 29 | ||
| 30 | (defvar comint-prompt-regexp) | ||
| 31 | |||
| 30 | ;;; Customizable settings | 32 | ;;; Customizable settings |
| 31 | 33 | ||
| 32 | (defgroup tooltip nil | 34 | (defgroup tooltip nil |