# HG changeset patch # User Juanma Barranquero # Date 1051657610 0 # Node ID fd94199a0bd991c6b63e03d2ea9e98d13aedae51 # Parent 17be3e4887eaad04702e47a4544c9a02f973233a *** empty log message *** diff -r 17be3e4887ea -r fd94199a0bd9 lisp/ChangeLog --- a/lisp/ChangeLog Tue Apr 29 23:02:27 2003 +0000 +++ b/lisp/ChangeLog Tue Apr 29 23:06:50 2003 +0000 @@ -1,3 +1,11 @@ +2003-04-29 Oliver Scholz + + * play/gamegrid.el: Added a comment explaining the various ways to + save a game score on POSIX systems. + (gamegrid-add-score-with-update-game-score): Use `cond' instead of + `if'. Provide for the case that FILE is an absolute filename. + Create the directory "$HOME/.emacs.d/games", if necessary. + 2003-04-29 John Paul Wallington * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Use `string-match'.