diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-03-28 08:29:31 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-03-28 08:29:31 +0000 |
| commit | 8dcb4bfae0d7aac8acf19fffb4d16012ba7f824a (patch) | |
| tree | 9f10eb58355aa8602e1b5c61f84bba9134b50c1a | |
| parent | fc23f824fa3ea525251cf71b6fc0c277c30ed398 (diff) | |
*** no comment ***
| -rw-r--r-- | chess-ascii.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chess-ascii.el b/chess-ascii.el index 22f736b..22844bf 100644 --- a/chess-ascii.el +++ b/chess-ascii.el @@ -77,6 +77,7 @@ PERSPECTIVE is t for white or nil for black." (set-buffer-modified-p nil) (goto-char pos))) +;; jww (2002-03-28): this no longer takes a `pos' arg! (defun chess-ics1-highlight (pos index &optional mode) (if (null (get-buffer-window (current-buffer) t)) (pop-to-buffer (current-buffer))) @@ -117,6 +118,7 @@ PERSPECTIVE is t for white or nil for black." (set-buffer-modified-p nil) (goto-char pos)))) +;; jww (2002-03-28): this no longer takes a `pos' arg! (defun chess-plain-highlight (pos index &optional mode) (if (null (get-buffer-window (current-buffer) t)) (pop-to-buffer (current-buffer))) |
