aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/play
diff options
context:
space:
mode:
authorPaul Eggert2018-01-01 01:13:04 -0800
committerPaul Eggert2018-01-01 01:13:04 -0800
commitbb267f17f9e1e593d8dee379aceee22d7fa42680 (patch)
tree466dfb3f8ef7587ebcb652709bd1cc05d18a92f3 /lisp/play
parenta5835dfee139322de7aa071f1c87ef015acbecad (diff)
parent63b04c11d530f4a6a41f112d1b3ba1ed1eb81195 (diff)
downloademacs-bb267f17f9e1e593d8dee379aceee22d7fa42680.tar.gz
emacs-bb267f17f9e1e593d8dee379aceee22d7fa42680.zip
Merge from origin/emacs-26
63b04c11d5 Fix copyright years by hand 5c7dd8a783 Update copyright year to 2018 220a9ecba1 Merge from Gnulib 312c565566 Don't add empty keyboard macro to macro ring (Bug#24992) 39ca289a7a Allow customization of decoding of "man" command f8240815ea * etc/NEWS: Add security consideration note on passphrase ... 0c78822c70 Fix subtle problem with scroll-down when scroll-margin is ... acd289c5a4 Fix problems with indexing in User manual b240c7846b * lisp/help.el (describe-key): Only (copy-sequence elt) wh... e879a5444a * src/buffer.c (Frestore_buffer_modified_p): Fix bug#29846 81b1028b63 Improve documentation of 'inhibit-modification-hooks' and ... 7175496d7a Fix doc string of 'enable-recursive-minibuffers' 5b38406491 Fix documentation of delsel and of killing text # Conflicts: # etc/NEWS # etc/refcards/ru-refcard.tex
Diffstat (limited to 'lisp/play')
-rw-r--r--lisp/play/5x5.el2
-rw-r--r--lisp/play/animate.el2
-rw-r--r--lisp/play/blackbox.el2
-rw-r--r--lisp/play/bubbles.el2
-rw-r--r--lisp/play/cookie1.el2
-rw-r--r--lisp/play/decipher.el2
-rw-r--r--lisp/play/dissociate.el2
-rw-r--r--lisp/play/doctor.el2
-rw-r--r--lisp/play/dunnet.el2
-rw-r--r--lisp/play/fortune.el2
-rw-r--r--lisp/play/gamegrid.el2
-rw-r--r--lisp/play/gametree.el2
-rw-r--r--lisp/play/gomoku.el2
-rw-r--r--lisp/play/handwrite.el2
-rw-r--r--lisp/play/life.el2
-rw-r--r--lisp/play/morse.el2
-rw-r--r--lisp/play/mpuz.el2
-rw-r--r--lisp/play/pong.el2
-rw-r--r--lisp/play/snake.el2
-rw-r--r--lisp/play/solitaire.el2
-rw-r--r--lisp/play/spook.el2
-rw-r--r--lisp/play/tetris.el2
-rw-r--r--lisp/play/zone.el2
23 files changed, 23 insertions, 23 deletions
diff --git a/lisp/play/5x5.el b/lisp/play/5x5.el
index dad2048ac83..9ac394c3a72 100644
--- a/lisp/play/5x5.el
+++ b/lisp/play/5x5.el
@@ -1,6 +1,6 @@
1;;; 5x5.el --- simple little puzzle game 1;;; 5x5.el --- simple little puzzle game
2 2
3;; Copyright (C) 1999-2017 Free Software Foundation, Inc. 3;; Copyright (C) 1999-2018 Free Software Foundation, Inc.
4 4
5;; Author: Dave Pearson <davep@davep.org> 5;; Author: Dave Pearson <davep@davep.org>
6;; Maintainer: Dave Pearson <davep@davep.org> 6;; Maintainer: Dave Pearson <davep@davep.org>
diff --git a/lisp/play/animate.el b/lisp/play/animate.el
index 80bb746133f..0ed67bdcf9d 100644
--- a/lisp/play/animate.el
+++ b/lisp/play/animate.el
@@ -1,6 +1,6 @@
1;;; animate.el --- make text dance 1;;; animate.el --- make text dance
2 2
3;; Copyright (C) 2001-2017 Free Software Foundation, Inc. 3;; Copyright (C) 2001-2018 Free Software Foundation, Inc.
4 4
5;; Maintainer: Richard Stallman <rms@gnu.org> 5;; Maintainer: Richard Stallman <rms@gnu.org>
6;; Keywords: games 6;; Keywords: games
diff --git a/lisp/play/blackbox.el b/lisp/play/blackbox.el
index e25978cdf5d..d4814bae294 100644
--- a/lisp/play/blackbox.el
+++ b/lisp/play/blackbox.el
@@ -1,6 +1,6 @@
1;;; blackbox.el --- blackbox game in Emacs Lisp 1;;; blackbox.el --- blackbox game in Emacs Lisp
2 2
3;; Copyright (C) 1985-1987, 1992, 2001-2017 Free Software Foundation, 3;; Copyright (C) 1985-1987, 1992, 2001-2018 Free Software Foundation,
4;; Inc. 4;; Inc.
5 5
6;; Author: F. Thomas May <uw-nsr!uw-warp!tom@beaver.cs.washington.edu> 6;; Author: F. Thomas May <uw-nsr!uw-warp!tom@beaver.cs.washington.edu>
diff --git a/lisp/play/bubbles.el b/lisp/play/bubbles.el
index 35abbc8bb2a..e30838dfca4 100644
--- a/lisp/play/bubbles.el
+++ b/lisp/play/bubbles.el
@@ -1,6 +1,6 @@
1;;; bubbles.el --- Puzzle game for Emacs 1;;; bubbles.el --- Puzzle game for Emacs
2 2
3;; Copyright (C) 2007-2017 Free Software Foundation, Inc. 3;; Copyright (C) 2007-2018 Free Software Foundation, Inc.
4 4
5;; Author: Ulf Jasper <ulf.jasper@web.de> 5;; Author: Ulf Jasper <ulf.jasper@web.de>
6;; URL: http://ulf.epplejasper.de/ 6;; URL: http://ulf.epplejasper.de/
diff --git a/lisp/play/cookie1.el b/lisp/play/cookie1.el
index b9605dcf9e0..5ae2cb432e8 100644
--- a/lisp/play/cookie1.el
+++ b/lisp/play/cookie1.el
@@ -1,6 +1,6 @@
1;;; cookie1.el --- retrieve random phrases from fortune cookie files 1;;; cookie1.el --- retrieve random phrases from fortune cookie files
2 2
3;; Copyright (C) 1993, 2001-2017 Free Software Foundation, Inc. 3;; Copyright (C) 1993, 2001-2018 Free Software Foundation, Inc.
4 4
5;; Author: Eric S. Raymond <esr@snark.thyrsus.com> 5;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
6;; Maintainer: emacs-devel@gnu.org 6;; Maintainer: emacs-devel@gnu.org
diff --git a/lisp/play/decipher.el b/lisp/play/decipher.el
index f68e78d160a..0e572785205 100644
--- a/lisp/play/decipher.el
+++ b/lisp/play/decipher.el
@@ -1,6 +1,6 @@
1;;; decipher.el --- cryptanalyze monoalphabetic substitution ciphers 1;;; decipher.el --- cryptanalyze monoalphabetic substitution ciphers
2;; 2;;
3;; Copyright (C) 1995-1996, 2001-2017 Free Software Foundation, Inc. 3;; Copyright (C) 1995-1996, 2001-2018 Free Software Foundation, Inc.
4;; 4;;
5;; Author: Christopher J. Madsen <chris_madsen@geocities.com> 5;; Author: Christopher J. Madsen <chris_madsen@geocities.com>
6;; Keywords: games 6;; Keywords: games
diff --git a/lisp/play/dissociate.el b/lisp/play/dissociate.el
index 23d78478c53..43a117cd005 100644
--- a/lisp/play/dissociate.el
+++ b/lisp/play/dissociate.el
@@ -1,6 +1,6 @@
1;;; dissociate.el --- scramble text amusingly for Emacs 1;;; dissociate.el --- scramble text amusingly for Emacs
2 2
3;; Copyright (C) 1985, 2001-2017 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 2001-2018 Free Software Foundation, Inc.
4 4
5;; Maintainer: emacs-devel@gnu.org 5;; Maintainer: emacs-devel@gnu.org
6;; Keywords: games 6;; Keywords: games
diff --git a/lisp/play/doctor.el b/lisp/play/doctor.el
index e1c4d2acd73..1bdb9df87c5 100644
--- a/lisp/play/doctor.el
+++ b/lisp/play/doctor.el
@@ -1,6 +1,6 @@
1;;; doctor.el --- psychological help for frustrated users 1;;; doctor.el --- psychological help for frustrated users
2 2
3;; Copyright (C) 1985, 1987, 1994, 1996, 2000-2017 Free Software 3;; Copyright (C) 1985, 1987, 1994, 1996, 2000-2018 Free Software
4;; Foundation, Inc. 4;; Foundation, Inc.
5 5
6;; Maintainer: emacs-devel@gnu.org 6;; Maintainer: emacs-devel@gnu.org
diff --git a/lisp/play/dunnet.el b/lisp/play/dunnet.el
index ed1cd5e730a..f22cc240c04 100644
--- a/lisp/play/dunnet.el
+++ b/lisp/play/dunnet.el
@@ -1,6 +1,6 @@
1;;; dunnet.el --- text adventure for Emacs -*- lexical-binding: t -*- 1;;; dunnet.el --- text adventure for Emacs -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 1992-1993, 2001-2017 Free Software Foundation, Inc. 3;; Copyright (C) 1992-1993, 2001-2018 Free Software Foundation, Inc.
4 4
5;; Author: Ron Schnell <ronnie@driver-aces.com> 5;; Author: Ron Schnell <ronnie@driver-aces.com>
6;; Created: 25 Jul 1992 6;; Created: 25 Jul 1992
diff --git a/lisp/play/fortune.el b/lisp/play/fortune.el
index 0b83b62b292..74ace06c011 100644
--- a/lisp/play/fortune.el
+++ b/lisp/play/fortune.el
@@ -1,6 +1,6 @@
1;;; fortune.el --- use fortune to create signatures 1;;; fortune.el --- use fortune to create signatures
2 2
3;; Copyright (C) 1999, 2001-2017 Free Software Foundation, Inc. 3;; Copyright (C) 1999, 2001-2018 Free Software Foundation, Inc.
4 4
5;; Author: Holger Schauer <Holger.Schauer@gmx.de> 5;; Author: Holger Schauer <Holger.Schauer@gmx.de>
6;; Keywords: games utils mail 6;; Keywords: games utils mail
diff --git a/lisp/play/gamegrid.el b/lisp/play/gamegrid.el
index 6223a01d4fa..6edd085b59a 100644
--- a/lisp/play/gamegrid.el
+++ b/lisp/play/gamegrid.el
@@ -1,6 +1,6 @@
1;;; gamegrid.el --- library for implementing grid-based games on Emacs -*- lexical-binding:t -*- 1;;; gamegrid.el --- library for implementing grid-based games on Emacs -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 1997-1998, 2001-2017 Free Software Foundation, Inc. 3;; Copyright (C) 1997-1998, 2001-2018 Free Software Foundation, Inc.
4 4
5;; Author: Glynn Clements <glynn@sensei.co.uk> 5;; Author: Glynn Clements <glynn@sensei.co.uk>
6;; Version: 1.02 6;; Version: 1.02
diff --git a/lisp/play/gametree.el b/lisp/play/gametree.el
index 944205209cc..de8abd7abe4 100644
--- a/lisp/play/gametree.el
+++ b/lisp/play/gametree.el
@@ -1,6 +1,6 @@
1;;; gametree.el --- manage game analysis trees in Emacs 1;;; gametree.el --- manage game analysis trees in Emacs
2 2
3;; Copyright (C) 1997, 1999, 2001-2017 Free Software Foundation, Inc. 3;; Copyright (C) 1997, 1999, 2001-2018 Free Software Foundation, Inc.
4 4
5;; Author: Ian T Zimmerman <itz@rahul.net> 5;; Author: Ian T Zimmerman <itz@rahul.net>
6;; Created: Wed Dec 10 07:41:46 PST 1997 6;; Created: Wed Dec 10 07:41:46 PST 1997
diff --git a/lisp/play/gomoku.el b/lisp/play/gomoku.el
index 2f5f36e1dbb..6ce2750f860 100644
--- a/lisp/play/gomoku.el
+++ b/lisp/play/gomoku.el
@@ -1,6 +1,6 @@
1;;; gomoku.el --- Gomoku game between you and Emacs -*- lexical-binding:t -*- 1;;; gomoku.el --- Gomoku game between you and Emacs -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 1988, 1994, 1996, 2001-2017 Free Software Foundation, 3;; Copyright (C) 1988, 1994, 1996, 2001-2018 Free Software Foundation,
4;; Inc. 4;; Inc.
5 5
6;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr> 6;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr>
diff --git a/lisp/play/handwrite.el b/lisp/play/handwrite.el
index 0b572d12be6..85723a616f1 100644
--- a/lisp/play/handwrite.el
+++ b/lisp/play/handwrite.el
@@ -1,6 +1,6 @@
1;;; handwrite.el --- turns your emacs buffer into a handwritten document 1;;; handwrite.el --- turns your emacs buffer into a handwritten document
2 2
3;; Copyright (C) 1996, 2001-2017 Free Software Foundation, Inc. 3;; Copyright (C) 1996, 2001-2018 Free Software Foundation, Inc.
4 4
5;; Author: Danny Roozendaal (was: <danny@tvs.kun.nl>) 5;; Author: Danny Roozendaal (was: <danny@tvs.kun.nl>)
6;; Created: October 21 1996 6;; Created: October 21 1996
diff --git a/lisp/play/life.el b/lisp/play/life.el
index a5a3f1ef054..c15f72b3e7a 100644
--- a/lisp/play/life.el
+++ b/lisp/play/life.el
@@ -1,6 +1,6 @@
1;;; life.el --- John Horton Conway's `Life' game for GNU Emacs 1;;; life.el --- John Horton Conway's `Life' game for GNU Emacs
2 2
3;; Copyright (C) 1988, 2001-2017 Free Software Foundation, Inc. 3;; Copyright (C) 1988, 2001-2018 Free Software Foundation, Inc.
4 4
5;; Author: Kyle Jones <kyleuunet.uu.net> 5;; Author: Kyle Jones <kyleuunet.uu.net>
6;; Maintainer: emacs-devel@gnu.org 6;; Maintainer: emacs-devel@gnu.org
diff --git a/lisp/play/morse.el b/lisp/play/morse.el
index d55e0a4c9f6..3205394f1ef 100644
--- a/lisp/play/morse.el
+++ b/lisp/play/morse.el
@@ -1,6 +1,6 @@
1;;; morse.el --- convert text to morse code and back 1;;; morse.el --- convert text to morse code and back
2 2
3;; Copyright (C) 1995, 2001-2017 Free Software Foundation, Inc. 3;; Copyright (C) 1995, 2001-2018 Free Software Foundation, Inc.
4 4
5;; Author: Rick Farnbach <rick_farnbach@MENTORG.COM> 5;; Author: Rick Farnbach <rick_farnbach@MENTORG.COM>
6;; Keywords: games 6;; Keywords: games
diff --git a/lisp/play/mpuz.el b/lisp/play/mpuz.el
index 5fc4f2d4b11..c446dbe1291 100644
--- a/lisp/play/mpuz.el
+++ b/lisp/play/mpuz.el
@@ -1,6 +1,6 @@
1;;; mpuz.el --- multiplication puzzle for GNU Emacs 1;;; mpuz.el --- multiplication puzzle for GNU Emacs
2 2
3;; Copyright (C) 1990, 2001-2017 Free Software Foundation, Inc. 3;; Copyright (C) 1990, 2001-2018 Free Software Foundation, Inc.
4 4
5;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr> 5;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr>
6;; Overhauled: Daniel Pfeiffer <occitan@esperanto.org> 6;; Overhauled: Daniel Pfeiffer <occitan@esperanto.org>
diff --git a/lisp/play/pong.el b/lisp/play/pong.el
index c5af6f15e99..3b97af591a3 100644
--- a/lisp/play/pong.el
+++ b/lisp/play/pong.el
@@ -1,6 +1,6 @@
1;;; pong.el --- classical implementation of pong 1;;; pong.el --- classical implementation of pong
2 2
3;; Copyright (C) 1999-2017 Free Software Foundation, Inc. 3;; Copyright (C) 1999-2018 Free Software Foundation, Inc.
4 4
5;; Author: Benjamin Drieu <bdrieu@april.org> 5;; Author: Benjamin Drieu <bdrieu@april.org>
6;; Keywords: games 6;; Keywords: games
diff --git a/lisp/play/snake.el b/lisp/play/snake.el
index d6a21418ecd..78cea3e50bd 100644
--- a/lisp/play/snake.el
+++ b/lisp/play/snake.el
@@ -1,6 +1,6 @@
1;;; snake.el --- implementation of Snake for Emacs 1;;; snake.el --- implementation of Snake for Emacs
2 2
3;; Copyright (C) 1997, 2001-2017 Free Software Foundation, Inc. 3;; Copyright (C) 1997, 2001-2018 Free Software Foundation, Inc.
4 4
5;; Author: Glynn Clements <glynn@sensei.co.uk> 5;; Author: Glynn Clements <glynn@sensei.co.uk>
6;; Created: 1997-09-10 6;; Created: 1997-09-10
diff --git a/lisp/play/solitaire.el b/lisp/play/solitaire.el
index f1aa046cc10..a1c8638ad43 100644
--- a/lisp/play/solitaire.el
+++ b/lisp/play/solitaire.el
@@ -1,6 +1,6 @@
1;;; solitaire.el --- game of solitaire in Emacs Lisp 1;;; solitaire.el --- game of solitaire in Emacs Lisp
2 2
3;; Copyright (C) 1994, 2001-2017 Free Software Foundation, Inc. 3;; Copyright (C) 1994, 2001-2018 Free Software Foundation, Inc.
4 4
5;; Author: Jan Schormann <Jan.Schormann@rechen-gilde.de> 5;; Author: Jan Schormann <Jan.Schormann@rechen-gilde.de>
6;; Created: Fri afternoon, Jun 3, 1994 6;; Created: Fri afternoon, Jun 3, 1994
diff --git a/lisp/play/spook.el b/lisp/play/spook.el
index fd2e8116c82..93ef021bf4b 100644
--- a/lisp/play/spook.el
+++ b/lisp/play/spook.el
@@ -1,6 +1,6 @@
1;;; spook.el --- spook phrase utility for overloading the NSA line eater 1;;; spook.el --- spook phrase utility for overloading the NSA line eater
2 2
3;; Copyright (C) 1988, 1993, 2001-2017 Free Software Foundation, Inc. 3;; Copyright (C) 1988, 1993, 2001-2018 Free Software Foundation, Inc.
4 4
5;; Maintainer: emacs-devel@gnu.org 5;; Maintainer: emacs-devel@gnu.org
6;; Keywords: games 6;; Keywords: games
diff --git a/lisp/play/tetris.el b/lisp/play/tetris.el
index 2b06d8f3ad1..9d6a212da9a 100644
--- a/lisp/play/tetris.el
+++ b/lisp/play/tetris.el
@@ -1,6 +1,6 @@
1;;; tetris.el --- implementation of Tetris for Emacs 1;;; tetris.el --- implementation of Tetris for Emacs
2 2
3;; Copyright (C) 1997, 2001-2017 Free Software Foundation, Inc. 3;; Copyright (C) 1997, 2001-2018 Free Software Foundation, Inc.
4 4
5;; Author: Glynn Clements <glynn@sensei.co.uk> 5;; Author: Glynn Clements <glynn@sensei.co.uk>
6;; Version: 2.01 6;; Version: 2.01
diff --git a/lisp/play/zone.el b/lisp/play/zone.el
index 254b76ca27a..4584d26f385 100644
--- a/lisp/play/zone.el
+++ b/lisp/play/zone.el
@@ -1,6 +1,6 @@
1;;; zone.el --- idle display hacks 1;;; zone.el --- idle display hacks
2 2
3;; Copyright (C) 2000-2017 Free Software Foundation, Inc. 3;; Copyright (C) 2000-2018 Free Software Foundation, Inc.
4 4
5;; Author: Victor Zandy <zandy@cs.wisc.edu> 5;; Author: Victor Zandy <zandy@cs.wisc.edu>
6;; Maintainer: Thien-Thi Nguyen <ttn@gnu.org> 6;; Maintainer: Thien-Thi Nguyen <ttn@gnu.org>