1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

*** empty log message ***

This commit is contained in:
Colin Walters 2002-04-14 06:42:43 +00:00
parent 7c4f687309
commit e9d1f248d5
2 changed files with 14 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2002-04-14 Colin Walters <walters@debian.org>
* update-game-score.c (lock_file): If the lock file is older than
an hour, delete it. Reset attempts to zero if we have to break
the lock.
2002-04-14 Andreas Schwab <schwab@suse.de>
* update-game-score.c (read_score): Fix type of second parameter

View File

@ -7,13 +7,18 @@
arguments; the other two were unused.
(ibuffer-redisplay, ibuffer-update): Always skip special areas.
* calc/calc-bin.el (math-format-radix-float): Load `calc-ext'
before we call `math-group-float'.
* ibuf-macs.el, ibuf-ext.el: Update callers of
`ibuffer-map-lines'.
* calc/calc-bin.el (math-format-radix-float): Use `when'.
* calc/calc.el (math-format-number): Load `calc-ext' before we
call `math-group-float'.
* play/gamegrid.el (gamegrid-add-score-with-update-game-score):
Renamed from `gamegrid-add-score'.
(gamegrid-add-score-insecure): Restored from the old
`update-game-score'.
`gamegrid-add-score'.
(gamegrid-add-score): Just dispatch on `system-type' to one of the
previous two functions.