projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca479f9
)
* src/xwidget.c (webkit_js_to_lisp): Now static.
author
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 26 Oct 2016 06:04:21 +0000
(23:04 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 26 Oct 2016 06:07:13 +0000
(23:07 -0700)
src/xwidget.c
patch
|
blob
|
history
diff --git
a/src/xwidget.c
b/src/xwidget.c
index 8105b3d825d966ba3c364e21ac48b647e071c4ac..0be284516d8554bbfb371c715131fc5093e19ea0 100644
(file)
--- a/
src/xwidget.c
+++ b/
src/xwidget.c
@@
-273,7
+273,7
@@
webkit_view_load_changed_cb (WebKitWebView *webkitwebview,
}
/* Recursively convert a JavaScript value to a Lisp value. */
-Lisp_Object
+
static
Lisp_Object
webkit_js_to_lisp (JSContextRef context, JSValueRef value)
{
switch (JSValueGetType (context, value))