aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-sexp.c
diff options
context:
space:
mode:
authorPeter Williams <peterw@src.gnome.org>2000-08-15 03:07:06 +0800
committerPeter Williams <peterw@src.gnome.org>2000-08-15 03:07:06 +0800
commit1f10ac10737d23e1e2a1243b4baccb5839f02e5d (patch)
treecef44eb2f4cc9422460abc176e1a09f8fdfa4790 /e-util/e-sexp.c
parenta22313c0a44338909cb84ca2b262d8b8217d65bc (diff)
downloadgsoc2013-evolution-1f10ac10737d23e1e2a1243b4baccb5839f02e5d.tar
gsoc2013-evolution-1f10ac10737d23e1e2a1243b4baccb5839f02e5d.tar.gz
gsoc2013-evolution-1f10ac10737d23e1e2a1243b4baccb5839f02e5d.tar.bz2
gsoc2013-evolution-1f10ac10737d23e1e2a1243b4baccb5839f02e5d.tar.lz
gsoc2013-evolution-1f10ac10737d23e1e2a1243b4baccb5839f02e5d.tar.xz
gsoc2013-evolution-1f10ac10737d23e1e2a1243b4baccb5839f02e5d.tar.zst
gsoc2013-evolution-1f10ac10737d23e1e2a1243b4baccb5839f02e5d.zip
Infrastructure for date-based queries
svn path=/trunk/; revision=4838
Diffstat (limited to 'e-util/e-sexp.c')
-rw-r--r--e-util/e-sexp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-sexp.c b/e-util/e-sexp.c
index 613f5f0c38..cc0452b6b2 100644
--- a/e-util/e-sexp.c
+++ b/e-util/e-sexp.c
@@ -92,7 +92,7 @@ static GScannerConfig scanner_config =
{
( " \t\r\n") /* cset_skip_characters */,
( G_CSET_a_2_z
- "_+<=>"
+ "_+-<=>"
G_CSET_A_2_Z) /* cset_identifier_first */,
( G_CSET_a_2_z
"_0123456789-<>"