Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3becc016
Commit
3becc016
authored
Feb 15, 2001
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
681e6b4b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
etc/MACHINES
etc/MACHINES
+1
-1
lisp/calendar/timeclock.el
lisp/calendar/timeclock.el
+1
-1
No files found.
etc/MACHINES
View file @
3becc016
...
...
@@ -988,7 +988,7 @@ Sun 3, Sun 4 (sparc), Sun 386 (m68k-sun-sunos, sparc-sun-sunos, i386-sun-sunos,
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.
...
...
lisp/calendar/timeclock.el
View file @
3becc016
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment