emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r118060: * lisp/menu-bar.el (menu-bar-games-menu): R


From: Glenn Morris
Subject: [Emacs-diffs] trunk r118060: * lisp/menu-bar.el (menu-bar-games-menu): Remove landmark.
Date: Mon, 06 Oct 2014 06:30:34 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 118060
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2014-10-05 23:30:07 -0700
message:
  * lisp/menu-bar.el (menu-bar-games-menu): Remove landmark.
  It's not a game you can play, and is of no interest to the casual browser.
  It was broken for years and no-one even noticed.
  Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00288.html
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/menu-bar.el               menubar.el-20091113204419-o5vbwnq5f7feedwu-546
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-10-06 03:59:38 +0000
+++ b/lisp/ChangeLog    2014-10-06 06:30:07 +0000
@@ -1,3 +1,8 @@
+2014-10-06  Glenn Morris  <address@hidden>
+
+       * menu-bar.el (menu-bar-games-menu): Remove landmark.
+       It has zero relationship to a game.
+
 2014-10-06  Leo Liu  <address@hidden>
 
        * imenu.el (imenu): Re-write for clarity.

=== modified file 'lisp/menu-bar.el'
--- a/lisp/menu-bar.el  2014-10-01 22:13:11 +0000
+++ b/lisp/menu-bar.el  2014-10-06 06:30:07 +0000
@@ -1330,9 +1330,6 @@
     (bindings--define-key menu [life]
       '(menu-item "Life"  life
                   :help "Watch how John Conway's cellular automaton evolves"))
-    (bindings--define-key menu [land]
-      '(menu-item "Landmark" landmark
-                  :help "Watch a neural-network robot learn landmarks"))
     (bindings--define-key menu [hanoi]
       '(menu-item "Towers of Hanoi" hanoi
                   :help "Watch Towers-of-Hanoi puzzle solved by Emacs"))


reply via email to

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