Skip to content

Commit

Permalink
process_commands_wrap_deferred:
Browse files Browse the repository at this point in the history
  - fix comment describing what this is for
  - add lots of indexing macros to this call
Closes SF bug #518989.
  • Loading branch information
freddrake committed Jul 15, 2003
1 parent b3be52e commit 4e72e05
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions Doc/perl/python.perl
Original file line number Diff line number Diff line change
Expand Up @@ -1943,11 +1943,10 @@ sub do_cmd_term{
}


# I don't recall exactly why this was needed, but it was very much needed.
# We'll see if anything breaks when I move the "code" line out -- some
# things broke with it in.

#code # {}
# Commands listed here have process-order dependencies; these often
# are related to indexing operations.
# XXX Not sure why funclineni, methodlineni, and samp are here.
#
process_commands_wrap_deferred(<<_RAW_ARG_DEFERRED_CMDS_);
declaremodule # [] # {} # {}
funcline # {} # {}
Expand All @@ -1956,6 +1955,15 @@ sub do_cmd_term{
methodline # [] # {} # {}
methodlineni # [] # {} # {}
modulesynopsis # {}
bifuncindex # {}
exindex # {}
indexii # {} # {}
indexiii # {} # {} # {}
indexiv # {} # {} # {} # {}
kwindex # {}
obindex # {}
opindex # {}
stindex # {}
platform # {}
samp # {}
setindexsubitem # {}
Expand Down

0 comments on commit 4e72e05

Please sign in to comment.