Mercurial > emacs
changeset 109941:4ad36c49d812
* lisp/menu-bar.el (menu-bar-games-menu): Add landmark.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 20 Aug 2010 19:11:34 -0700 |
parents | 5f6bc820aec9 |
children | 1b836ffdb0c6 |
files | lisp/ChangeLog lisp/menu-bar.el |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Aug 20 00:33:06 2010 -0700 +++ b/lisp/ChangeLog Fri Aug 20 19:11:34 2010 -0700 @@ -1,3 +1,7 @@ +2010-08-21 Glenn Morris <rgm@gnu.org> + + * menu-bar.el (menu-bar-games-menu): Add landmark. + 2010-08-20 Glenn Morris <rgm@gnu.org> * align.el (align-regexp): Make group and spacing arguments
--- a/lisp/menu-bar.el Fri Aug 20 00:33:06 2010 -0700 +++ b/lisp/menu-bar.el Fri Aug 20 19:11:34 2010 -0700 @@ -1191,6 +1191,9 @@ (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")))