diff options
Diffstat (limited to '')
-rw-r--r-- | emacsconf-schedule.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacsconf-schedule.el b/emacsconf-schedule.el index 2f9a029..a7427a5 100644 --- a/emacsconf-schedule.el +++ b/emacsconf-schedule.el @@ -370,7 +370,7 @@ Each function should take the info and manipulate it as needed, returning the ne ((rx (or "TO_PROCESS" "PROCESSING" "TO_AUTOCAP")) - "lightyellow") + "palegoldenrod") ((rx (or "TO_ASSIGN")) "yellow") ((rx (or "TO_CAPTION")) |