[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] /srv/bzr/emacs/trunk r102230: Silence compilation of g
From: |
Stefan Monnier |
Subject: |
Re: [Emacs-diffs] /srv/bzr/emacs/trunk r102230: Silence compilation of gomoku.el. |
Date: |
Wed, 03 Nov 2010 09:30:22 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
> Silence compilation of gomoku.el.
> * lisp/play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
> (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
> (gomoku-score-trans-table, gomoku-winning-threshold)
> (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
Hmm... you may want to look at landmark.el to see how I fixed the exact
same problem (in the "exact same code" almost) in a different way.
Stefan