changeset 36091:9dc1ae87ded3

*** empty log message ***
author Dave Love <fx@gnu.org>
date Thu, 15 Feb 2001 00:14:17 +0000
parents 9ed7c3f74e35
children bf55849c91fb
files etc/MACHINES lisp/calendar/timeclock.el
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/MACHINES	Thu Feb 15 00:10:06 2001 +0000
+++ b/etc/MACHINES	Thu Feb 15 00:14:17 2001 +0000
@@ -988,7 +988,7 @@
   including large file support) on a Solaris system which supports
   64-bit executables, use the Sun compiler, configuring something like
   this (see the cc documentation for information on 64-bit
-  compilation):  env CC="cc -xarch=v9" ./configure --without-gcc
+  compilation):  env CC="cc -xarch=v9" ./configure
 
   As of version 2.95, GCC doesn't support the 64-bit ABI properly, but
   later releases may.
--- a/lisp/calendar/timeclock.el	Thu Feb 15 00:10:06 2001 +0000
+++ b/lisp/calendar/timeclock.el	Thu Feb 15 00:14:17 2001 +0000
@@ -128,7 +128,7 @@
 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