comparison lisp/tooltip.el @ 65297:1cb15495a842

(comint-prompt-regexp): Add defvar.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 31 Aug 2005 13:52:28 +0000
parents 41bb365f41c4
children cd8e6d86c531 a3716f7538f2
comparison
equal deleted inserted replaced
65296:5b690489db41 65297:1cb15495a842
24 ;; Boston, MA 02110-1301, USA. 24 ;; Boston, MA 02110-1301, USA.
25 25
26 ;;; Commentary: 26 ;;; Commentary:
27 27
28 ;;; Code: 28 ;;; Code:
29
30 (defvar comint-prompt-regexp)
29 31
30 ;;; Customizable settings 32 ;;; Customizable settings
31 33
32 (defgroup tooltip nil 34 (defgroup tooltip nil
33 "Customization group for the `tooltip' package." 35 "Customization group for the `tooltip' package."