mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(event-point): Fix fboundp test surrounding this.
This commit is contained in:
parent
efcf38c7c2
commit
310c9f40fd
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user