]> git.eshelyaron.com Git - emacs.git/commitdiff
(event-point): Fix fboundp test surrounding this.
authorKarl Heuer <kwzh@gnu.org>
Thu, 30 May 1996 17:12:48 +0000 (17:12 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 30 May 1996 17:12:48 +0000 (17:12 +0000)
lisp/custom.el

index e9657538ecfdb6d57ec630f0c7af2ec5de640283..d6fe0cbaa8b9fe8a82c696403dd4083f413bcdd1 100644 (file)
@@ -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,