comparison lisp/wid-edit.el @ 65868:fb90b962c3cb

(widget): Add defvar.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 06 Oct 2005 08:20:44 +0000
parents 3a0debccbfea
children 13abee3a9bc6 aa89c814f853
comparison
equal deleted inserted replaced
65867:035abbbac402 65868:fb90b962c3cb
55 ;;; Commentary: 55 ;;; Commentary:
56 ;; 56 ;;
57 ;; See `widget.el'. 57 ;; See `widget.el'.
58 58
59 ;;; Code: 59 ;;; Code:
60
61 (defvar widget)
60 62
61 ;;; Compatibility. 63 ;;; Compatibility.
62 64
63 (defun widget-event-point (event) 65 (defun widget-event-point (event)
64 "Character position of the end of event if that exists, or nil." 66 "Character position of the end of event if that exists, or nil."