Mercurial > emacs
changeset 15303:85073711a289
(event-point): Fix fboundp test surrounding this.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 30 May 1996 17:12:48 +0000 |
parents | c23c9712ef5c |
children | d78c3fd6a0ab |
files | lisp/=custom.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/=custom.el Wed May 29 17:17:34 1996 +0000 +++ b/lisp/=custom.el Thu May 30 17:12:48 1996 +0000 @@ -182,7 +182,7 @@ (setq props (nthcdr 2 props))) (remove-text-properties start end ()))))) -(or (fboundp 'event-closest-point) +(or (fboundp 'event-point) ;; Missing in Emacs 19.29. (defun event-point (event) "Return the character position of the given mouse-motion, button-press,