]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-prompt-regexp): Add defvar.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 31 Aug 2005 13:52:28 +0000 (13:52 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 31 Aug 2005 13:52:28 +0000 (13:52 +0000)
lisp/tooltip.el

index 59f07df00897ca803727280caba2daee9b90ccf6..25032f69c4ecde7a08c763a037d7a16339d8c858 100644 (file)
@@ -27,6 +27,8 @@
 
 ;;; Code:
 
+(defvar comint-prompt-regexp)
+
 ;;; Customizable settings
 
 (defgroup tooltip nil