emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99992: * lisp/menu-bar.el (menu-b


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99992: * lisp/menu-bar.el (menu-bar-games-menu): Add landmark.
Date: Fri, 20 Aug 2010 19:11:34 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99992
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Fri 2010-08-20 19:11:34 -0700
message:
  * lisp/menu-bar.el (menu-bar-games-menu): Add landmark.
modified:
  lisp/ChangeLog
  lisp/menu-bar.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-08-20 07:33:06 +0000
+++ b/lisp/ChangeLog    2010-08-21 02:11:34 +0000
@@ -1,3 +1,7 @@
+2010-08-21  Glenn Morris  <address@hidden>
+
+       * menu-bar.el (menu-bar-games-menu): Add landmark.
+
 2010-08-20  Glenn Morris  <address@hidden>
 
        * align.el (align-regexp): Make group and spacing arguments

=== modified file 'lisp/menu-bar.el'
--- a/lisp/menu-bar.el  2010-02-28 23:37:19 +0000
+++ b/lisp/menu-bar.el  2010-08-21 02:11:34 +0000
@@ -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")))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]