diff options
| author | Joakim Verona | 2011-07-18 17:16:34 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-07-18 17:16:34 +0200 |
| commit | cd1f21dd9e794a14aa6907296c6ee95cc5f693a1 (patch) | |
| tree | caa4bd621b770f0672d919da5023f84018ea7478 /lisp | |
| parent | f7679969e190ec203eb46e0937185900b72f11c7 (diff) | |
| download | emacs-cd1f21dd9e794a14aa6907296c6ee95cc5f693a1.tar.gz emacs-cd1f21dd9e794a14aa6907296c6ee95cc5f693a1.zip | |
cleanup xv init test, and introduce PVEC_XWIDGET
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/xwidget.el | 2 |
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 () |