From: Paul Eggert Date: Thu, 27 Oct 2016 15:04:28 +0000 (-0700) Subject: ; Spelling fix X-Git-Tag: emacs-26.0.90~1411 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=53a0562b2c69d7598c51c03417d8daab46f375c9;p=emacs.git ; Spelling fix --- diff --git a/src/xwidget.c b/src/xwidget.c index 0be284516d8..e97d963e01b 100644 --- a/src/xwidget.c +++ b/src/xwidget.c @@ -722,7 +722,7 @@ argument procedure FUN.*/) // procedure that retrieves the return value. webkit_web_view_run_javascript (WEBKIT_WEB_VIEW (xw->widget_osr), SSDATA (script), - NULL, /*cancellable*/ + NULL, /* cancelable */ callback, (gpointer) fun); return Qnil;