From 3299270c28441b9d01a24da727eeaa6553c4d7aa Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 20 Oct 1998 03:42:34 +0000 Subject: Added the `properties' option. svn path=/trunk/; revision=2114 --- rcfile_l.l | 1 + 1 file changed, 1 insertion(+) (limited to 'rcfile_l.l') diff --git a/rcfile_l.l b/rcfile_l.l index 4e57fdef..2be9938b 100644 --- a/rcfile_l.l +++ b/rcfile_l.l @@ -64,6 +64,7 @@ monitor { return MONITOR; } batchlimit { return BATCHLIMIT; } fetchlimit { return FETCHLIMIT; } expunge { return EXPUNGE; } +properties { return PROPERTIES; } is { return IS; } here { return HERE; } -- cgit v1.2.3