Since lang is now always part of TMTag, always set its value
commit62332e19aa9182593dccea5f21fcd1c34b99f144
authorJiří Techet <techet@gmail.com>
Sat, 18 Oct 2014 11:46:01 +0000 (18 13:46 +0200)
committerJiří Techet <techet@gmail.com>
Sat, 18 Oct 2014 19:40:11 +0000 (18 21:40 +0200)
tree855036f10369ab4d61360d50c437f5858acc817d
parent54a9fd83ea0c98b6ba34fe7cd75f1e3a73daa0be
Since lang is now always part of TMTag, always set its value

This makes it less confusing for code accessing TMTag so it can always
find the language in tag->lang and there is no need to access it through
tag->file.lang.
src/symbols.c
tagmanager/src/tm_tag.c
tagmanager/src/tm_tag.h
tagmanager/src/tm_workspace.c