diff options
| author | Lars Ingebrigtsen | 2019-10-04 14:24:36 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-10-04 14:30:21 +0200 |
| commit | 68b91333d5a070c84afeadc273fd5c44df70f0a6 (patch) | |
| tree | 7c5aa196b1428e7faa636127d6106eac6b02dfbe | |
| parent | 280bdc06cefa6e72e91c9da362770452d9bbbbd4 (diff) | |
| download | emacs-68b91333d5a070c84afeadc273fd5c44df70f0a6.tar.gz emacs-68b91333d5a070c84afeadc273fd5c44df70f0a6.zip | |
Remove XEmacs code from tetris.el
* lisp/play/tetris.el (tetris-mode): Remove XEmacs-only code.
| -rw-r--r-- | lisp/play/tetris.el | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lisp/play/tetris.el b/lisp/play/tetris.el index a797a26d597..a8fa7b75865 100644 --- a/lisp/play/tetris.el +++ b/lisp/play/tetris.el | |||
| @@ -599,17 +599,6 @@ Drops the shape one square, testing for collision." | |||
| 599 | 599 | ||
| 600 | (use-local-map tetris-null-map) | 600 | (use-local-map tetris-null-map) |
| 601 | 601 | ||
| 602 | (unless (featurep 'emacs) | ||
| 603 | (setq mode-popup-menu | ||
| 604 | '("Tetris Commands" | ||
| 605 | ["Start new game" tetris-start-game] | ||
| 606 | ["End game" tetris-end-game | ||
| 607 | (tetris-active-p)] | ||
| 608 | ["Pause" tetris-pause-game | ||
| 609 | (and (tetris-active-p) (not tetris-paused))] | ||
| 610 | ["Resume" tetris-pause-game | ||
| 611 | (and (tetris-active-p) tetris-paused)]))) | ||
| 612 | |||
| 613 | (setq show-trailing-whitespace nil) | 602 | (setq show-trailing-whitespace nil) |
| 614 | 603 | ||
| 615 | (setq gamegrid-use-glyphs tetris-use-glyphs) | 604 | (setq gamegrid-use-glyphs tetris-use-glyphs) |