Mercurial > emacs
changeset 50735:fd94199a0bd9
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 29 Apr 2003 23:06:50 +0000 |
parents | 17be3e4887ea |
children | b0ce71ab9c28 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <epameinondas@gmx.de> + + * 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 <jpw@gnu.org> * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Use `string-match'.