aboutsummaryrefslogtreecommitdiffhomepage
path: root/devel
diff options
context:
space:
mode:
authorGravatar Mark Walters <markwalters1009@gmail.com>2012-06-30 12:14:15 +0100
committerGravatar David Bremner <bremner@debian.org>2012-06-30 08:21:36 -0300
commit51a7cd3ddb5a902fe46cb6d16b1999c73af0d33a (patch)
tree7687023484bd398c7af54c9950d54d787c2f7325 /devel
parent88b922afdce6944d0f17d8cdf42372dfee8561c3 (diff)
Minor correction to devel/schemata
In id:"87sjdm12d1.fsf@awakening.csail.mit.edu" Austin pointed out that devel/schemata needs a slight correction with the new --entire-thread=false option. This is that correction.
Diffstat (limited to 'devel')
-rw-r--r--devel/schemata2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/schemata b/devel/schemata
index 8fcab8e5..f7e1b69f 100644
--- a/devel/schemata
+++ b/devel/schemata
@@ -32,7 +32,7 @@ thread = [thread_node*]
# A message and its replies (show_messages)
thread_node = [
- message?, # null if not matched and not --entire-thread
+ message|null, # null if not matched and not --entire-thread
[thread_node*] # children of message
]