]> git.eshelyaron.com Git - emacs.git/commit
* src/xwidget.c (Fxwidget_delete_zombies): Re-implemented in Lisp.
authorGrégoire Jadi <gregoire.jadi@gmail.com>
Thu, 18 Jul 2013 09:48:13 +0000 (11:48 +0200)
committerGrégoire Jadi <gregoire.jadi@gmail.com>
Thu, 18 Jul 2013 09:48:13 +0000 (11:48 +0200)
commita425ea65234441d4774d32dc7511a9401467b54d
treeb3dd127a0a8fcc297727c6d382eba72e0e207834
parent5a422d95aa63713b29d93ffbfd3595d235a026ba
* src/xwidget.c (Fxwidget_delete_zombies): Re-implemented in Lisp.
Note: It is not longer necessary to delete xwidget with killed buffer
here because it is done automatically when a buffer is killed.
(Fdelete_xwidget_view): New function to delete the given
xwidget-view.
* lisp/xwidget.el (xwidget-delete-zombies): Re-implementation.
* src/xwidget.c (Fxwidget_delete_zombies): Re-implemented in Lisp. Note: It is not longer necessary to delete xwidget with killed buffer here because it is done automatically when a buffer is killed. (Fdelete_xwidget_view): New function to delete the given xwidget-view. * lisp/xwidget.el (xwidget-delete-zombies): New implementation.
lisp/xwidget.el
src/xwidget.c