]> git.eshelyaron.com Git - emacs.git/commit
* src/xwidget.c (Fmake_xwidget): Add a docstring and add BUFFER as an optional parameter.
authorGrégoire Jadi <gregoire.jadi@gmail.com>
Tue, 11 Jun 2013 13:14:43 +0000 (15:14 +0200)
committerGrégoire Jadi <gregoire.jadi@gmail.com>
Tue, 11 Jun 2013 13:14:43 +0000 (15:14 +0200)
commit7a00481ac3501d071446618c6308ecd7d7f1f18c
tree500676e87b1aa46368d792dd2e0f79f49175e772
parent8847f1116c0a29899c742805ccabb7604f08a52c
* src/xwidget.c (Fmake_xwidget): Add a docstring and add BUFFER as an optional parameter.

The docstring now lists the types accepted.
The GCPROtection has also been removed because it wasn't necessary (no
call to Feval/eval_sub either directly or indirectly).

(syms_of_xwidget): Add a comment to remind us to update the docstring of
`Fmake_xwidget' if new types are added.
lisp/xwidget.el
src/xwidget.c