Add \funcline, \funclineni, and \methodlineni to the list of functions

that are processed before their arguments.
Closes SF bug #637807.
This commit is contained in:
Fred Drake 2002-11-13 17:55:17 +00:00
parent a5a173efbf
commit 4400509aaa
1 changed files with 3 additions and 0 deletions

View File

@ -1932,8 +1932,11 @@ sub do_cmd_term{
#code # {} #code # {}
process_commands_wrap_deferred(<<_RAW_ARG_DEFERRED_CMDS_); process_commands_wrap_deferred(<<_RAW_ARG_DEFERRED_CMDS_);
declaremodule # [] # {} # {} declaremodule # [] # {} # {}
funcline # {} # {}
funclineni # {} # {}
memberline # [] # {} memberline # [] # {}
methodline # [] # {} # {} methodline # [] # {} # {}
methodlineni # [] # {} # {}
modulesynopsis # {} modulesynopsis # {}
platform # {} platform # {}
samp # {} samp # {}