diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-08-31 13:52:28 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-08-31 13:52:28 +0000 |
commit | 5673b222a847e136aa9880b26dfcaf6f02656632 (patch) | |
tree | ff34dfa6cb25b03c0eba04f7c44aaabb41ec0fdc /lisp/tooltip.el | |
parent | e4f054b9c9804a1860d92c2f714e58ec295b2ade (diff) | |
download | emacs-5673b222a847e136aa9880b26dfcaf6f02656632.tar.gz |
(comint-prompt-regexp): Add defvar.
Diffstat (limited to 'lisp/tooltip.el')
-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 @@ ;;; Code: +(defvar comint-prompt-regexp) + ;;; Customizable settings (defgroup tooltip nil |