diff options
| author | Glenn Morris | 2014-10-05 23:30:07 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-10-05 23:30:07 -0700 |
| commit | 102c5a37306c364c186fe4226847bc657f9cc0cd (patch) | |
| tree | a08991afa70a582bad42ec31b7553b1558f713c4 | |
| parent | 971113a869218743c1c52211c120ac2e007ad957 (diff) | |
| download | emacs-102c5a37306c364c186fe4226847bc657f9cc0cd.tar.gz emacs-102c5a37306c364c186fe4226847bc657f9cc0cd.zip | |
* 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
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/menu-bar.el | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c118209933d..53b2333e59d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-10-06 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * menu-bar.el (menu-bar-games-menu): Remove landmark. | ||
| 4 | It has zero relationship to a game. | ||
| 5 | |||
| 1 | 2014-10-06 Leo Liu <sdl.web@gmail.com> | 6 | 2014-10-06 Leo Liu <sdl.web@gmail.com> |
| 2 | 7 | ||
| 3 | * imenu.el (imenu): Re-write for clarity. | 8 | * 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")) | |||
| 1330 | (bindings--define-key menu [life] | 1330 | (bindings--define-key menu [life] |
| 1331 | '(menu-item "Life" life | 1331 | '(menu-item "Life" life |
| 1332 | :help "Watch how John Conway's cellular automaton evolves")) | 1332 | :help "Watch how John Conway's cellular automaton evolves")) |
| 1333 | (bindings--define-key menu [land] | ||
| 1334 | '(menu-item "Landmark" landmark | ||
| 1335 | :help "Watch a neural-network robot learn landmarks")) | ||
| 1336 | (bindings--define-key menu [hanoi] | 1333 | (bindings--define-key menu [hanoi] |
| 1337 | '(menu-item "Towers of Hanoi" hanoi | 1334 | '(menu-item "Towers of Hanoi" hanoi |
| 1338 | :help "Watch Towers-of-Hanoi puzzle solved by Emacs")) | 1335 | :help "Watch Towers-of-Hanoi puzzle solved by Emacs")) |