// -*-C-*- //tells emacs to use the C mode

function langs_select(lng)
{
  SendEvent("langs", "select", "lng="+lng);
}
