Another comment patch
Adriaan de Groot <adridg-FlD2LfDziEhmR6Xm/[email protected]>
| Newsgroups | gmane.comp.tools.aap.devel |
|---|---|
| Message-ID | <[email protected]> |
The comments related to :action and :filetype around line 916 of Process.py don't really match the current situation. Then reflect what happens for :filetype, I guess, not :action. Attached patch comment.diff updates it a little. -- pub 1024D/FEA2A3FE 2002-06-18 Adriaan de Groot <[email protected]> Key fingerprint = 934E 31AA 80A7 723F 54F9 50ED 76AC EE01 FEA2 A3FE
comment.diff
(text/x-diff, 706 B)
--- orig/Process.py Sat Aug 23 09:36:05 2003
+++ Process.py Sat Aug 23 11:58:08 2003
@@ -911,8 +911,10 @@
# :action action ftype command
# :action action ftype
# commands
- # Python: aap_command(123, globals(), "arg",
+ # Python: aap_filetype(123, globals(), "arg",
# """detection-lines""")
+ # or: aap_action(123, globals(), "args",
+ # """commands""")
#
arg = getarg(fp, "#")
cmd_line_nr = fp.rpstack[-1].line_nr