mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 20:30:32 -08:00
* xml.c (make_dom): Now static.
This commit is contained in:
parent
11b6112221
commit
c9735e30ca
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2011-03-19 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* xml.c (make_dom): Now static.
|
||||
|
||||
* composite.c (composition_compute_stop_pos): Rename local to
|
||||
avoid shadowing.
|
||||
(composition_reseat_it): Remove unused locals.
|
||||
|
|
|
|||
|
|
@ -28,7 +28,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
#include "lisp.h"
|
||||
#include "buffer.h"
|
||||
|
||||
Lisp_Object make_dom (xmlNode *node)
|
||||
static Lisp_Object
|
||||
make_dom (xmlNode *node)
|
||||
{
|
||||
if (node->type == XML_ELEMENT_NODE)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue