summaryrefslogtreecommitdiff
path: root/lisp/=custom.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-05-30 17:12:48 +0000
committerKarl Heuer <kwzh@gnu.org>1996-05-30 17:12:48 +0000
commit2a4c0e37ad1426f5d3a6d56ad7c36ecf0becb74c (patch)
tree0706351d40da5e92c746de5601df0413eaf8b9b2 /lisp/=custom.el
parent920f0e76d874fd3afb51934801b685470f6be371 (diff)
downloademacs-2a4c0e37ad1426f5d3a6d56ad7c36ecf0becb74c.tar.gz
(event-point): Fix fboundp test surrounding this.
Diffstat (limited to 'lisp/=custom.el')
-rw-r--r--lisp/=custom.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/=custom.el b/lisp/=custom.el
index e9657538ecf..d6fe0cbaa8b 100644
--- a/lisp/=custom.el
+++ b/lisp/=custom.el
@@ -182,7 +182,7 @@ STRING should be given if the last search was by `string-match' on STRING."
(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,