diff options
-rw-r--r-- | rt-liberation-report.el | 3 | ||||
-rw-r--r-- | rt-liberation.el | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/rt-liberation-report.el b/rt-liberation-report.el index b5bd0b0..ded3a50 100644 --- a/rt-liberation-report.el +++ b/rt-liberation-report.el @@ -145,6 +145,7 @@ return `nil'." (insert (format "\ntotal tickets resolved: %d\n" total)))) -(provide 'rt-report) +(provide 'rt-liberation-report) + ;;; rt-liberation-report.el ends here. diff --git a/rt-liberation.el b/rt-liberation.el index 03ce583..e172b42 100644 --- a/rt-liberation.el +++ b/rt-liberation.el @@ -61,6 +61,9 @@ (defvar rt-liber-lastupdated-string "LastUpdated" "String representation of \"lastupdated\" query tag.") +(defvar rt-liber-resolved-string "Resolved" + "String representation of \"resolved\" query tag.") + (defvar rt-liber-content-string "Content LIKE" "String representation of \"content\" query tag.") |