diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2020-11-22 20:47:18 -0500 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2020-11-22 20:47:18 -0500 |
commit | fc3e48b5faaf6a2ecf4fc0fa6b7c24bc34f5f83f (patch) | |
tree | 6b3ea8b3ca1d0eff38f543377fafc00caadb6abf /rt-liberation-update.el | |
parent | fe585205b3fba238028a6682a8700224e5c4836c (diff) |
major reshuffle of the code
...and now to clean up the shrapnel
Diffstat (limited to 'rt-liberation-update.el')
-rw-r--r-- | rt-liberation-update.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rt-liberation-update.el b/rt-liberation-update.el index 17ddba3..ed33438 100644 --- a/rt-liberation-update.el +++ b/rt-liberation-update.el @@ -29,8 +29,9 @@ ;;; Usage: ;; - (require 'rt-liberation) +(require 'rt-liberation-storage) + (defgroup rt-liber-update nil "*Check updates for rt-liberation." |