From 3becc0163d0c8155e21e7a8e1df100960de18f9f Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 15 Feb 2001 00:14:17 +0000 Subject: *** empty log message *** --- lisp/calendar/timeclock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/calendar/timeclock.el') diff --git a/lisp/calendar/timeclock.el b/lisp/calendar/timeclock.el index d96250dde1d..773c131a24f 100644 --- a/lisp/calendar/timeclock.el +++ b/lisp/calendar/timeclock.el @@ -128,7 +128,7 @@ nil, or equal to `timeclock-workday', nothing special will be done. If it is a quantity different from `timeclock-workday', however, a record will be output to the timelog file to note the fact that that day has a different length from the norm." - :type 'function + :type '(choice (const nil) (function-item timeclock-workday) function) :group 'timeclock) (defcustom timeclock-ask-before-exiting t -- cgit v1.2.1