From 635f7282c4e6c21b927d8f76c7e087832124dc86 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 20 Aug 2010 19:11:34 -0700 Subject: [PATCH] * lisp/menu-bar.el (menu-bar-games-menu): Add landmark. --- lisp/ChangeLog | 4 ++++ lisp/menu-bar.el | 3 +++ 2 files changed, 7 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0b9731ae904..44cc4c78616 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-08-21 Glenn Morris + + * menu-bar.el (menu-bar-games-menu): Add landmark. + 2010-08-20 Glenn Morris * align.el (align-regexp): Make group and spacing arguments 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"))) -- 2.11.4.GIT