diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-05-16 17:28:18 +0000 | 
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-05-16 17:28:18 +0000 | 
| commit | 59d1008283f339d6c6d146979c4cff0c6430b095 (patch) | |
| tree | 530b969e5568e51caf57dc230a544e141c26bec1 /chess-plain.el | |
| parent | 86493efa7a72ecda178e0ec5e7123c9761a61046 (diff) | |
miscellaneous fixes
Diffstat (limited to 'chess-plain.el')
| -rw-r--r-- | chess-plain.el | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/chess-plain.el b/chess-plain.el index 084b43f..c794038 100644 --- a/chess-plain.el +++ b/chess-plain.el @@ -108,8 +108,7 @@ modify `chess-plain-piece-chars' to avoid real confusion.)"     ((eq event 'initialize) t)     ((eq event 'popup) -    (if chess-display-popup -	(funcall chess-plain-popup-function))) +    (funcall chess-plain-popup-function))     ((eq event 'draw)      (apply 'chess-plain-draw args)) | 
