summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-08-20 19:11:34 -0700
committerGlenn Morris <rgm@gnu.org>2010-08-20 19:11:34 -0700
commit635f7282c4e6c21b927d8f76c7e087832124dc86 (patch)
tree7345157caab5435ad82c2b6c63a41b4fcd1edcc0 /lisp/menu-bar.el
parent9130a2d65e43df830bc987b519b46904bf111334 (diff)
downloademacs-635f7282c4e6c21b927d8f76c7e087832124dc86.tar.gz
* lisp/menu-bar.el (menu-bar-games-menu): Add landmark.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r--lisp/menu-bar.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index d831744f311..2424647a73f 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -1191,6 +1191,9 @@ mail status in mode line"))
(define-key menu-bar-games-menu [life]
`(menu-item ,(purecopy "Life") life
:help ,(purecopy "Watch how John Conway's cellular automaton evolves")))
+(define-key menu-bar-games-menu [land]
+ `(menu-item ,(purecopy "Landmark") landmark
+ :help ,(purecopy "Watch a neural-network robot learn landmarks")))
(define-key menu-bar-games-menu [hanoi]
`(menu-item ,(purecopy "Towers of Hanoi") hanoi
:help ,(purecopy "Watch Towers-of-Hanoi puzzle solved by Emacs")))