aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/xwidget.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/xwidget.el b/lisp/xwidget.el
index 436e7b614a4..b389265692e 100644
--- a/lisp/xwidget.el
+++ b/lisp/xwidget.el
@@ -16,7 +16,7 @@ see xwidget.c for types suitable for TYPE.
16 id)) 16 id))
17 17
18(defun xwidget-at (pos) 18(defun xwidget-at (pos)
19 (caddr (get-text-property pos 'display) 19 (car (cdr (cdr (get-text-property pos 'display)))
20)) 20))
21 21
22(defun xwidget-socket-handler () 22(defun xwidget-socket-handler ()