semantic-tag-make-assoc-list

semantic-tag-make-assoc-list is an alias for `semantic-tag-make-plist' in `tag.el'.

(semantic-tag-make-assoc-list ARGS)

This function is obsolete since 23.2;
use `semantic-tag-make-plist' instead.

Create a property list with ARGS.
Args is a property list of the form (KEY1 VALUE1 ... KEYN VALUEN).
Where KEY is a symbol, and VALUE is the value for that symbol.
The return value will be a new property list, with these KEY/VALUE
pairs eliminated:

- KEY associated to nil VALUE.
- KEY associated to an empty string VALUE.
- KEY associated to a zero VALUE.