]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/menu-bar.el (menu-bar-games-menu): Remove landmark.
authorGlenn Morris <rgm@gnu.org>
Mon, 6 Oct 2014 06:30:07 +0000 (23:30 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 6 Oct 2014 06:30:07 +0000 (23:30 -0700)
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

lisp/ChangeLog
lisp/menu-bar.el

index c118209933d8aa6e311678056634d0089b9eefa6..53b2333e59dfe3014fdf1dbbb185822b8fa62c70 100644 (file)
@@ -1,3 +1,8 @@
+2014-10-06  Glenn Morris  <rgm@gnu.org>
+
+       * menu-bar.el (menu-bar-games-menu): Remove landmark.
+       It has zero relationship to a game.
+
 2014-10-06  Leo Liu  <sdl.web@gmail.com>
 
        * imenu.el (imenu): Re-write for clarity.
index 35f996c5750d7c2a1aaa7e255f6e1150ebd82650..3c654efb9ba4cdcc95ca322c642bdb52394b0f12 100644 (file)
@@ -1330,9 +1330,6 @@ mail status in mode line"))
     (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"))