# HG changeset patch # User Karl Heuer # Date 833476368 0 # Node ID 85073711a2890d6543ebefb3e18b0dab53b75557 # Parent c23c9712ef5cefe1930885bc40afa8975cfa631c (event-point): Fix fboundp test surrounding this. diff -r c23c9712ef5c -r 85073711a289 lisp/=custom.el --- 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,