mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
Fix typo in last shr change
* lisp/net/shr.el (shr-tag-video): Require xwidgets, because it's used from callbacks.
This commit is contained in:
parent
0a2439fa31
commit
3e2c024c41
1 changed files with 1 additions and 1 deletions
|
|
@ -1680,7 +1680,7 @@ The preference is a float determined from `shr-prefer-media-type'."
|
|||
(fboundp 'make-xwidget))
|
||||
;; Play the video.
|
||||
(progn
|
||||
(require 'xwidgets)
|
||||
(require 'xwidget)
|
||||
(let ((widget (make-xwidget
|
||||
'webkit
|
||||
"Video"
|
||||
|
|
|
|||
Loading…
Reference in a new issue