aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/xwidget.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/xwidget.el b/lisp/xwidget.el
index 98db11bee8d..e89f074280d 100644
--- a/lisp/xwidget.el
+++ b/lisp/xwidget.el
@@ -169,7 +169,7 @@ defaults to the string looking like a url around the cursor position."
169 (let ((elmid (progn (string-match ".*#\\(.*\\)" strarg)(match-string 1 strarg)))) 169 (let ((elmid (progn (string-match ".*#\\(.*\\)" strarg)(match-string 1 strarg))))
170 (message "navigation-policy-decision-requested: '%s' %s" strarg elmid ) 170 (message "navigation-policy-decision-requested: '%s' %s" strarg elmid )
171 171
172 (xwidget-webkit-show-id-element xwidget elmid) 172 (if elmid (xwidget-webkit-show-id-element xwidget elmid))
173 ) 173 )
174 174
175 ) 175 )