From 37682ac58c419014db7782ba11bf898a90d09da9 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Thu, 27 Nov 2014 12:33:28 -0500 Subject: Fix #111 --- sx-time.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sx-time.el') diff --git a/sx-time.el b/sx-time.el index 8ee214e..e65bb50 100644 --- a/sx-time.el +++ b/sx-time.el @@ -57,13 +57,13 @@ "Format used for dates on a past year. See also `sx-time-date-format'." :type 'string - :group 'sx-time) + :group 'sx) (defcustom sx-time-date-format "%H:%M - %d %b" "Format used for dates on this year. See also `sx-time-date-format-year'." :type 'string - :group 'sx-time) + :group 'sx) (defun sx-time-seconds-to-date (seconds) "Return the integer SECONDS as a date string." -- cgit v1.2.3