From: Glenn Morris Date: Mon, 6 Oct 2014 06:30:07 +0000 (-0700) Subject: * lisp/menu-bar.el (menu-bar-games-menu): Remove landmark. X-Git-Tag: emacs-25.0.90~2635^2~679^2~111 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=102c5a37306c364c186fe4226847bc657f9cc0cd;p=emacs.git * 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 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c118209933d..53b2333e59d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-10-06 Glenn Morris + + * menu-bar.el (menu-bar-games-menu): Remove landmark. + It has zero relationship to a game. + 2014-10-06 Leo Liu * imenu.el (imenu): Re-write for clarity. diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 35f996c5750..3c654efb9ba 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -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"))