semantic-mark-external-member-function

semantic-mark-external-member-function is a variable defined in `sort.el'.
Its value is
nil

  • This variable may be risky if used as a file-local variable.

Documentation:
Function called when an externally defined orphan is found.
By default, the token is always marked with the `adopted' property.
This function should be locally bound by a program that needs
to add additional behaviors into the token list.
This function is called with two arguments. The first is TOKEN which is
a shallow copy of the token to be modified. The second is the PARENT
which is adopting TOKEN. This function should return TOKEN (or a copy of it)
which is then integrated into the revised token list.