mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* mouse.el (mouse-posn-property): Add comment
This commit is contained in:
parent
450beba338
commit
ca0f86e60a
1 changed files with 4 additions and 0 deletions
|
|
@ -1114,6 +1114,10 @@ its value is returned."
|
|||
(if (consp pos)
|
||||
(let ((w (posn-window pos)) (pt (posn-point pos))
|
||||
(str (posn-string pos)))
|
||||
;; FIXME: When STR has a `category' property and there's another
|
||||
;; `category' property at PT, we should probably disregard the
|
||||
;; `category' property at PT while doing the (get-char-property
|
||||
;; pt property w)!
|
||||
(or (and str
|
||||
(get-text-property (cdr str) property (car str)))
|
||||
;; Mouse clicks in the fringe come with a position in
|
||||
|
|
|
|||
Loading…
Reference in a new issue