diff options
| author | Paul Eggert | 2018-12-31 17:57:29 -0800 |
|---|---|---|
| committer | Paul Eggert | 2018-12-31 17:57:29 -0800 |
| commit | ba809612c06bcabd05dcbaae79da39dcb0925992 (patch) | |
| tree | 2e2047c81e96710011e49fc0e492d3c58df442b5 /lisp/progmodes | |
| parent | d9ba26ec2d56e8407094571769c847b78e7c524e (diff) | |
| parent | 2fcf2dff00a55ece17f4342a934cb1d69ae1a743 (diff) | |
| download | emacs-ba809612c06bcabd05dcbaae79da39dcb0925992.tar.gz emacs-ba809612c06bcabd05dcbaae79da39dcb0925992.zip | |
Merge from origin/emacs-26
2fcf2df Fix copyright years by hand
26bed8b Update copyright year to 2019
2814292 Fix value of default frame height. (Bug#33921)
Diffstat (limited to 'lisp/progmodes')
87 files changed, 87 insertions, 87 deletions
diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el index fd6a2b0b2da..59dc1d0fda6 100644 --- a/lisp/progmodes/ada-mode.el +++ b/lisp/progmodes/ada-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ada-mode.el --- major-mode for editing Ada sources | 1 | ;;; ada-mode.el --- major-mode for editing Ada sources |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994-1995, 1997-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994-1995, 1997-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Rolf Ebert <ebert@inf.enst.fr> | 5 | ;; Author: Rolf Ebert <ebert@inf.enst.fr> |
| 6 | ;; Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de> | 6 | ;; Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de> |
diff --git a/lisp/progmodes/ada-prj.el b/lisp/progmodes/ada-prj.el index 91c8091f818..d9fa77cb0e6 100644 --- a/lisp/progmodes/ada-prj.el +++ b/lisp/progmodes/ada-prj.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ada-prj.el --- GUI editing of project files for the ada-mode | 1 | ;;; ada-prj.el --- GUI editing of project files for the ada-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Emmanuel Briot <briot@gnat.com> | 5 | ;; Author: Emmanuel Briot <briot@gnat.com> |
| 6 | ;; Maintainer: Stephen Leake <stephen_leake@stephe-leake.org> | 6 | ;; Maintainer: Stephen Leake <stephen_leake@stephe-leake.org> |
diff --git a/lisp/progmodes/ada-stmt.el b/lisp/progmodes/ada-stmt.el index f1ed01e3cc7..ef42b0d9362 100644 --- a/lisp/progmodes/ada-stmt.el +++ b/lisp/progmodes/ada-stmt.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ada-stmt.el --- an extension to Ada mode for inserting statement templates | 1 | ;;; ada-stmt.el --- an extension to Ada mode for inserting statement templates |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987, 1993-1994, 1996-2018 Free Software Foundation, | 3 | ;; Copyright (C) 1987, 1993-1994, 1996-2019 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Authors: Daniel Pfeiffer | 6 | ;; Authors: Daniel Pfeiffer |
diff --git a/lisp/progmodes/ada-xref.el b/lisp/progmodes/ada-xref.el index 359c187d851..7f0e1663284 100644 --- a/lisp/progmodes/ada-xref.el +++ b/lisp/progmodes/ada-xref.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; ada-xref.el --- for lookup and completion in Ada mode | 1 | ;; ada-xref.el --- for lookup and completion in Ada mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de> | 5 | ;; Author: Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de> |
| 6 | ;; Rolf Ebert <ebert@inf.enst.fr> | 6 | ;; Rolf Ebert <ebert@inf.enst.fr> |
diff --git a/lisp/progmodes/antlr-mode.el b/lisp/progmodes/antlr-mode.el index 775fd878725..40bef0b35b6 100644 --- a/lisp/progmodes/antlr-mode.el +++ b/lisp/progmodes/antlr-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; antlr-mode.el --- major mode for ANTLR grammar files | 1 | ;;; antlr-mode.el --- major mode for ANTLR grammar files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Christoph Wedler <Christoph.Wedler@sap.com> | 5 | ;; Author: Christoph Wedler <Christoph.Wedler@sap.com> |
| 6 | ;; Keywords: languages, ANTLR, code generator | 6 | ;; Keywords: languages, ANTLR, code generator |
diff --git a/lisp/progmodes/asm-mode.el b/lisp/progmodes/asm-mode.el index fb1682821f2..c56d16e305e 100644 --- a/lisp/progmodes/asm-mode.el +++ b/lisp/progmodes/asm-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; asm-mode.el --- mode for editing assembler code | 1 | ;;; asm-mode.el --- mode for editing assembler code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 2001-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1991, 2001-2019 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/progmodes/autoconf.el b/lisp/progmodes/autoconf.el index c6e60a130fe..9d70aeb9d52 100644 --- a/lisp/progmodes/autoconf.el +++ b/lisp/progmodes/autoconf.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; autoconf.el --- mode for editing Autoconf configure.ac files | 1 | ;;; autoconf.el --- mode for editing Autoconf configure.ac files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Dave Love <fx@gnu.org> | 5 | ;; Author: Dave Love <fx@gnu.org> |
| 6 | ;; Keywords: languages | 6 | ;; Keywords: languages |
diff --git a/lisp/progmodes/bat-mode.el b/lisp/progmodes/bat-mode.el index 51acc6a949f..6c85ff99053 100644 --- a/lisp/progmodes/bat-mode.el +++ b/lisp/progmodes/bat-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; bat-mode.el --- Major mode for editing DOS/Windows scripts | 1 | ;;; bat-mode.el --- Major mode for editing DOS/Windows scripts |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2008-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2008-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Arni Magnusson <arnima@hafro.is> | 5 | ;; Author: Arni Magnusson <arnima@hafro.is> |
| 6 | ;; Keywords: languages | 6 | ;; Keywords: languages |
diff --git a/lisp/progmodes/bug-reference.el b/lisp/progmodes/bug-reference.el index 75bd0ba51e0..8baf74854f6 100644 --- a/lisp/progmodes/bug-reference.el +++ b/lisp/progmodes/bug-reference.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; bug-reference.el --- buttonize bug references | 1 | ;; bug-reference.el --- buttonize bug references |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Tom Tromey <tromey@redhat.com> | 5 | ;; Author: Tom Tromey <tromey@redhat.com> |
| 6 | ;; Created: 21 Mar 2007 | 6 | ;; Created: 21 Mar 2007 |
diff --git a/lisp/progmodes/cc-align.el b/lisp/progmodes/cc-align.el index 1b48a5a66c9..1f94bfd4fea 100644 --- a/lisp/progmodes/cc-align.el +++ b/lisp/progmodes/cc-align.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cc-align.el --- custom indentation functions for CC Mode | 1 | ;;; cc-align.el --- custom indentation functions for CC Mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1992-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1987, 1992-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: 2004- Alan Mackenzie | 5 | ;; Authors: 2004- Alan Mackenzie |
| 6 | ;; 1998- Martin Stjernholm | 6 | ;; 1998- Martin Stjernholm |
diff --git a/lisp/progmodes/cc-awk.el b/lisp/progmodes/cc-awk.el index 4c04b59603f..bcb9d0430a3 100644 --- a/lisp/progmodes/cc-awk.el +++ b/lisp/progmodes/cc-awk.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cc-awk.el --- AWK specific code within cc-mode. | 1 | ;;; cc-awk.el --- AWK specific code within cc-mode. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1994, 1996, 2000-2018 Free Software Foundation, | 3 | ;; Copyright (C) 1988, 1994, 1996, 2000-2019 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Alan Mackenzie <acm@muc.de> (originally based on awk-mode.el) | 6 | ;; Author: Alan Mackenzie <acm@muc.de> (originally based on awk-mode.el) |
diff --git a/lisp/progmodes/cc-bytecomp.el b/lisp/progmodes/cc-bytecomp.el index 754edf9f3dd..0cbff579d20 100644 --- a/lisp/progmodes/cc-bytecomp.el +++ b/lisp/progmodes/cc-bytecomp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cc-bytecomp.el --- compile time setup for proper compilation | 1 | ;;; cc-bytecomp.el --- compile time setup for proper compilation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Martin Stjernholm | 5 | ;; Author: Martin Stjernholm |
| 6 | ;; Maintainer: bug-cc-mode@gnu.org | 6 | ;; Maintainer: bug-cc-mode@gnu.org |
diff --git a/lisp/progmodes/cc-cmds.el b/lisp/progmodes/cc-cmds.el index 0269c01a80e..a07527e4b8b 100644 --- a/lisp/progmodes/cc-cmds.el +++ b/lisp/progmodes/cc-cmds.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cc-cmds.el --- user level commands for CC Mode | 1 | ;;; cc-cmds.el --- user level commands for CC Mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1992-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1987, 1992-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: 2003- Alan Mackenzie | 5 | ;; Authors: 2003- Alan Mackenzie |
| 6 | ;; 1998- Martin Stjernholm | 6 | ;; 1998- Martin Stjernholm |
diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el index 83b27ef16c1..1cb823495a3 100644 --- a/lisp/progmodes/cc-defs.el +++ b/lisp/progmodes/cc-defs.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cc-defs.el --- compile time definitions for CC Mode | 1 | ;;; cc-defs.el --- compile time definitions for CC Mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1992-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1987, 1992-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: 2003- Alan Mackenzie | 5 | ;; Authors: 2003- Alan Mackenzie |
| 6 | ;; 1998- Martin Stjernholm | 6 | ;; 1998- Martin Stjernholm |
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index d71a8299cf6..90e4438ea4c 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cc-engine.el --- core syntax guessing engine for CC mode -*- coding: utf-8 -*- | 1 | ;;; cc-engine.el --- core syntax guessing engine for CC mode -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1992-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1987, 1992-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: 2001- Alan Mackenzie | 5 | ;; Authors: 2001- Alan Mackenzie |
| 6 | ;; 1998- Martin Stjernholm | 6 | ;; 1998- Martin Stjernholm |
diff --git a/lisp/progmodes/cc-fonts.el b/lisp/progmodes/cc-fonts.el index e91e54df9ca..0588032fdbe 100644 --- a/lisp/progmodes/cc-fonts.el +++ b/lisp/progmodes/cc-fonts.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cc-fonts.el --- font lock support for CC Mode | 1 | ;;; cc-fonts.el --- font lock support for CC Mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: 2003- Alan Mackenzie | 5 | ;; Authors: 2003- Alan Mackenzie |
| 6 | ;; 2002- Martin Stjernholm | 6 | ;; 2002- Martin Stjernholm |
diff --git a/lisp/progmodes/cc-guess.el b/lisp/progmodes/cc-guess.el index 866e8b4ba26..88e577a41c0 100644 --- a/lisp/progmodes/cc-guess.el +++ b/lisp/progmodes/cc-guess.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cc-guess.el --- guess indentation values by scanning existing code | 1 | ;;; cc-guess.el --- guess indentation values by scanning existing code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1992-2006, 2011-2018 Free Software | 3 | ;; Copyright (C) 1985, 1987, 1992-2006, 2011-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: 1994-1995 Barry A. Warsaw | 6 | ;; Author: 1994-1995 Barry A. Warsaw |
diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el index 4bd4f6d6340..4bd4914a2d7 100644 --- a/lisp/progmodes/cc-langs.el +++ b/lisp/progmodes/cc-langs.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cc-langs.el --- language specific settings for CC Mode -*- coding: utf-8 -*- | 1 | ;;; cc-langs.el --- language specific settings for CC Mode -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1992-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1987, 1992-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: 2002- Alan Mackenzie | 5 | ;; Authors: 2002- Alan Mackenzie |
| 6 | ;; 1998- Martin Stjernholm | 6 | ;; 1998- Martin Stjernholm |
diff --git a/lisp/progmodes/cc-menus.el b/lisp/progmodes/cc-menus.el index a42fe27b96c..c8e37e0202b 100644 --- a/lisp/progmodes/cc-menus.el +++ b/lisp/progmodes/cc-menus.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cc-menus.el --- imenu support for CC Mode | 1 | ;;; cc-menus.el --- imenu support for CC Mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1992-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1987, 1992-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: 1998- Martin Stjernholm | 5 | ;; Authors: 1998- Martin Stjernholm |
| 6 | ;; 1992-1999 Barry A. Warsaw | 6 | ;; 1992-1999 Barry A. Warsaw |
diff --git a/lisp/progmodes/cc-mode.el b/lisp/progmodes/cc-mode.el index 4dd8f51a070..08d1d77c7be 100644 --- a/lisp/progmodes/cc-mode.el +++ b/lisp/progmodes/cc-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cc-mode.el --- major mode for editing C and similar languages | 1 | ;;; cc-mode.el --- major mode for editing C and similar languages |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1992-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1987, 1992-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: 2003- Alan Mackenzie | 5 | ;; Authors: 2003- Alan Mackenzie |
| 6 | ;; 1998- Martin Stjernholm | 6 | ;; 1998- Martin Stjernholm |
diff --git a/lisp/progmodes/cc-styles.el b/lisp/progmodes/cc-styles.el index a1f3261a24a..d2c41008711 100644 --- a/lisp/progmodes/cc-styles.el +++ b/lisp/progmodes/cc-styles.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cc-styles.el --- support for styles in CC Mode | 1 | ;;; cc-styles.el --- support for styles in CC Mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1992-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1987, 1992-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: 2004- Alan Mackenzie | 5 | ;; Authors: 2004- Alan Mackenzie |
| 6 | ;; 1998- Martin Stjernholm | 6 | ;; 1998- Martin Stjernholm |
diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index 047511406d9..66960b630e1 100644 --- a/lisp/progmodes/cc-vars.el +++ b/lisp/progmodes/cc-vars.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cc-vars.el --- user customization variables for CC Mode | 1 | ;;; cc-vars.el --- user customization variables for CC Mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1992-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1987, 1992-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: 2002- Alan Mackenzie | 5 | ;; Authors: 2002- Alan Mackenzie |
| 6 | ;; 1998- Martin Stjernholm | 6 | ;; 1998- Martin Stjernholm |
diff --git a/lisp/progmodes/cfengine.el b/lisp/progmodes/cfengine.el index 1bac042e1bd..a86cb53ceb9 100644 --- a/lisp/progmodes/cfengine.el +++ b/lisp/progmodes/cfengine.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cfengine.el --- mode for editing Cfengine files | 1 | ;;; cfengine.el --- mode for editing Cfengine files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Dave Love <fx@gnu.org> | 5 | ;; Author: Dave Love <fx@gnu.org> |
| 6 | ;; Maintainer: Ted Zlatanov <tzz@lifelogs.com> | 6 | ;; Maintainer: Ted Zlatanov <tzz@lifelogs.com> |
diff --git a/lisp/progmodes/cmacexp.el b/lisp/progmodes/cmacexp.el index 7dcfb10af0a..a081c023079 100644 --- a/lisp/progmodes/cmacexp.el +++ b/lisp/progmodes/cmacexp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cmacexp.el --- expand C macros in a region | 1 | ;;; cmacexp.el --- expand C macros in a region |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1994, 1996, 2000-2018 Free Software Foundation, | 3 | ;; Copyright (C) 1992, 1994, 1996, 2000-2019 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Francesco Potortì <pot@gnu.org> | 6 | ;; Author: Francesco Potortì <pot@gnu.org> |
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 973d3a01460..581a98d56cd 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; compile.el --- run compiler as inferior of Emacs, parse error messages -*- lexical-binding:t -*- | 1 | ;;; compile.el --- run compiler as inferior of Emacs, parse error messages -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1987, 1993-1999, 2001-2018 Free Software | 3 | ;; Copyright (C) 1985-1987, 1993-1999, 2001-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Authors: Roland McGrath <roland@gnu.org>, | 6 | ;; Authors: Roland McGrath <roland@gnu.org>, |
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index f9c390cd729..b83947f9034 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cperl-mode.el --- Perl code editing commands for Emacs -*- lexical-binding:t -*- | 1 | ;;; cperl-mode.el --- Perl code editing commands for Emacs -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1987, 1991-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985-1987, 1991-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Ilya Zakharevich | 5 | ;; Author: Ilya Zakharevich |
| 6 | ;; Bob Olson | 6 | ;; Bob Olson |
diff --git a/lisp/progmodes/cpp.el b/lisp/progmodes/cpp.el index 432be1aaad8..afdf6a96e1d 100644 --- a/lisp/progmodes/cpp.el +++ b/lisp/progmodes/cpp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cpp.el --- highlight or hide text according to cpp conditionals | 1 | ;;; cpp.el --- highlight or hide text according to cpp conditionals |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994-1995, 2001-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994-1995, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 5 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
| 6 | ;; Keywords: c, faces, tools | 6 | ;; Keywords: c, faces, tools |
diff --git a/lisp/progmodes/cwarn.el b/lisp/progmodes/cwarn.el index ff79b909563..9ed9fb3b396 100644 --- a/lisp/progmodes/cwarn.el +++ b/lisp/progmodes/cwarn.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cwarn.el --- highlight suspicious C and C++ constructions | 1 | ;;; cwarn.el --- highlight suspicious C and C++ constructions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Anders Lindgren | 5 | ;; Author: Anders Lindgren |
| 6 | ;; Keywords: c, languages, faces | 6 | ;; Keywords: c, languages, faces |
diff --git a/lisp/progmodes/dcl-mode.el b/lisp/progmodes/dcl-mode.el index bea2519b973..17137cf3036 100644 --- a/lisp/progmodes/dcl-mode.el +++ b/lisp/progmodes/dcl-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; dcl-mode.el --- major mode for editing DCL command files | 1 | ;;; dcl-mode.el --- major mode for editing DCL command files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Odd Gripenstam <gripenstamol@decus.se> | 5 | ;; Author: Odd Gripenstam <gripenstamol@decus.se> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/lisp/progmodes/ebnf-abn.el b/lisp/progmodes/ebnf-abn.el index 66f1d398df4..b8441a79d98 100644 --- a/lisp/progmodes/ebnf-abn.el +++ b/lisp/progmodes/ebnf-abn.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ebnf-abn.el --- parser for ABNF (Augmented BNF) | 1 | ;;; ebnf-abn.el --- parser for ABNF (Augmented BNF) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
diff --git a/lisp/progmodes/ebnf-bnf.el b/lisp/progmodes/ebnf-bnf.el index 7defe9877b2..f28f49090d0 100644 --- a/lisp/progmodes/ebnf-bnf.el +++ b/lisp/progmodes/ebnf-bnf.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ebnf-bnf.el --- parser for EBNF | 1 | ;;; ebnf-bnf.el --- parser for EBNF |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
diff --git a/lisp/progmodes/ebnf-dtd.el b/lisp/progmodes/ebnf-dtd.el index 2dec3f9159b..98284faf297 100644 --- a/lisp/progmodes/ebnf-dtd.el +++ b/lisp/progmodes/ebnf-dtd.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ebnf-dtd.el --- parser for DTD (Data Type Description for XML) | 1 | ;;; ebnf-dtd.el --- parser for DTD (Data Type Description for XML) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
diff --git a/lisp/progmodes/ebnf-ebx.el b/lisp/progmodes/ebnf-ebx.el index 0dc82fc3bff..5f9f9b2c197 100644 --- a/lisp/progmodes/ebnf-ebx.el +++ b/lisp/progmodes/ebnf-ebx.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ebnf-ebx.el --- parser for EBNF used to specify XML (EBNFX) | 1 | ;;; ebnf-ebx.el --- parser for EBNF used to specify XML (EBNFX) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
diff --git a/lisp/progmodes/ebnf-iso.el b/lisp/progmodes/ebnf-iso.el index 06aaf8a3f55..88644bbe897 100644 --- a/lisp/progmodes/ebnf-iso.el +++ b/lisp/progmodes/ebnf-iso.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ebnf-iso.el --- parser for ISO EBNF | 1 | ;;; ebnf-iso.el --- parser for ISO EBNF |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
diff --git a/lisp/progmodes/ebnf-otz.el b/lisp/progmodes/ebnf-otz.el index 5857aa306ba..cbc058e4767 100644 --- a/lisp/progmodes/ebnf-otz.el +++ b/lisp/progmodes/ebnf-otz.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ebnf-otz.el --- syntactic chart OpTimiZer | 1 | ;;; ebnf-otz.el --- syntactic chart OpTimiZer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
diff --git a/lisp/progmodes/ebnf-yac.el b/lisp/progmodes/ebnf-yac.el index eac0bfc878a..3365f647c78 100644 --- a/lisp/progmodes/ebnf-yac.el +++ b/lisp/progmodes/ebnf-yac.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ebnf-yac.el --- parser for Yacc/Bison | 1 | ;;; ebnf-yac.el --- parser for Yacc/Bison |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
diff --git a/lisp/progmodes/ebnf2ps.el b/lisp/progmodes/ebnf2ps.el index e29eb74a05b..7e7efacf1e7 100644 --- a/lisp/progmodes/ebnf2ps.el +++ b/lisp/progmodes/ebnf2ps.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ebnf2ps.el --- translate an EBNF to a syntactic chart on PostScript -*- lexical-binding:t -*- | 1 | ;;; ebnf2ps.el --- translate an EBNF to a syntactic chart on PostScript -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 6 | ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el index 2837230752f..f501f7353b5 100644 --- a/lisp/progmodes/ebrowse.el +++ b/lisp/progmodes/ebrowse.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ebrowse.el --- Emacs C++ class browser & tags facility | 1 | ;;; ebrowse.el --- Emacs C++ class browser & tags facility |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Gerd Moellmann <gerd@gnu.org> | 5 | ;; Author: Gerd Moellmann <gerd@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index 8c9b5d2c4ac..cb1b17b4474 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; elisp-mode.el --- Emacs Lisp mode -*- lexical-binding:t -*- | 1 | ;;; elisp-mode.el --- Emacs Lisp mode -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1986, 1999-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985-1986, 1999-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | 5 | ;; Maintainer: emacs-devel@gnu.org |
| 6 | ;; Keywords: lisp, languages | 6 | ;; Keywords: lisp, languages |
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 6844e9b0f7c..2994071b153 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; etags.el --- etags facility for Emacs -*- lexical-binding: t -*- | 1 | ;;; etags.el --- etags facility for Emacs -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1986, 1988-1989, 1992-1996, 1998, 2000-2018 Free | 3 | ;; Copyright (C) 1985-1986, 1988-1989, 1992-1996, 1998, 2000-2019 Free |
| 4 | ;; Software Foundation, Inc. | 4 | ;; Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Roland McGrath <roland@gnu.org> | 6 | ;; Author: Roland McGrath <roland@gnu.org> |
diff --git a/lisp/progmodes/executable.el b/lisp/progmodes/executable.el index 9b556df89b4..d7985a7c87a 100644 --- a/lisp/progmodes/executable.el +++ b/lisp/progmodes/executable.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; executable.el --- base functionality for executable interpreter scripts -*- byte-compile-dynamic: t -*- | 1 | ;;; executable.el --- base functionality for executable interpreter scripts -*- byte-compile-dynamic: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994-1996, 2000-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994-1996, 2000-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> | 5 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> |
| 6 | ;; Keywords: languages, unix | 6 | ;; Keywords: languages, unix |
diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el index c3e085dda5b..3ec145b547e 100644 --- a/lisp/progmodes/f90.el +++ b/lisp/progmodes/f90.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; f90.el --- Fortran-90 mode (free format) -*- lexical-binding: t -*- | 1 | ;;; f90.el --- Fortran-90 mode (free format) -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995-1997, 2000-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995-1997, 2000-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Torbjörn Einarsson <Torbjorn.Einarsson@era.ericsson.se> | 5 | ;; Author: Torbjörn Einarsson <Torbjorn.Einarsson@era.ericsson.se> |
| 6 | ;; Maintainer: Glenn Morris <rgm@gnu.org> | 6 | ;; Maintainer: Glenn Morris <rgm@gnu.org> |
diff --git a/lisp/progmodes/flymake-proc.el b/lisp/progmodes/flymake-proc.el index e969c5d9920..7cdbb266fe1 100644 --- a/lisp/progmodes/flymake-proc.el +++ b/lisp/progmodes/flymake-proc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; flymake-proc.el --- Flymake backend for external tools -*- lexical-binding: t; -*- | 1 | ;;; flymake-proc.el --- Flymake backend for external tools -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Pavel Kobyakov <pk_at_work@yahoo.com> | 5 | ;; Author: Pavel Kobyakov <pk_at_work@yahoo.com> |
| 6 | ;; Maintainer: João Távora <joaotavora@gmail.com> | 6 | ;; Maintainer: João Távora <joaotavora@gmail.com> |
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 7b100da42b8..50a9880a14e 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; flymake.el --- A universal on-the-fly syntax checker -*- lexical-binding: t; -*- | 1 | ;;; flymake.el --- A universal on-the-fly syntax checker -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Pavel Kobyakov <pk_at_work@yahoo.com> | 5 | ;; Author: Pavel Kobyakov <pk_at_work@yahoo.com> |
| 6 | ;; Maintainer: João Távora <joaotavora@gmail.com> | 6 | ;; Maintainer: João Távora <joaotavora@gmail.com> |
diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el index 9c918434503..be272c09226 100644 --- a/lisp/progmodes/fortran.el +++ b/lisp/progmodes/fortran.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; fortran.el --- Fortran mode for GNU Emacs | 1 | ;;; fortran.el --- Fortran mode for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1993-1995, 1997-2018 Free Software Foundation, | 3 | ;; Copyright (C) 1986, 1993-1995, 1997-2019 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael D. Prange <prange@erl.mit.edu> | 6 | ;; Author: Michael D. Prange <prange@erl.mit.edu> |
diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el index f7928f76c84..b9654dd5c27 100644 --- a/lisp/progmodes/gdb-mi.el +++ b/lisp/progmodes/gdb-mi.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gdb-mi.el --- User Interface for running GDB -*- lexical-binding: t -*- | 1 | ;;; gdb-mi.el --- User Interface for running GDB -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Nick Roberts <nickrob@gnu.org> | 5 | ;; Author: Nick Roberts <nickrob@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/lisp/progmodes/glasses.el b/lisp/progmodes/glasses.el index f2bf2099469..2bfc256e18e 100644 --- a/lisp/progmodes/glasses.el +++ b/lisp/progmodes/glasses.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; glasses.el --- make cantReadThis readable | 1 | ;;; glasses.el --- make cantReadThis readable |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Milan Zamazal <pdm@zamazal.org> | 5 | ;; Author: Milan Zamazal <pdm@zamazal.org> |
| 6 | ;; Maintainer: Milan Zamazal <pdm@zamazal.org> | 6 | ;; Maintainer: Milan Zamazal <pdm@zamazal.org> |
diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index b79eaf031e9..ed8acf70fe0 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; grep.el --- run `grep' and display the results -*- lexical-binding:t -*- | 1 | ;;; grep.el --- run `grep' and display the results -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1987, 1993-1999, 2001-2018 Free Software | 3 | ;; Copyright (C) 1985-1987, 1993-1999, 2001-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Roland McGrath <roland@gnu.org> | 6 | ;; Author: Roland McGrath <roland@gnu.org> |
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index af5b97a4f87..d8cae41899b 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gud.el --- Grand Unified Debugger mode for running GDB and other debuggers -*- lexical-binding:t -*- | 1 | ;;; gud.el --- Grand Unified Debugger mode for running GDB and other debuggers -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992-1996, 1998, 2000-2018 Free Software Foundation, | 3 | ;; Copyright (C) 1992-1996, 1998, 2000-2019 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> | 6 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> |
diff --git a/lisp/progmodes/hideif.el b/lisp/progmodes/hideif.el index 84cbb6e6d17..32b0b7551f9 100644 --- a/lisp/progmodes/hideif.el +++ b/lisp/progmodes/hideif.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; hideif.el --- hides selected code within ifdef -*- lexical-binding:t -*- | 1 | ;;; hideif.el --- hides selected code within ifdef -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1994, 2001-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1988, 1994, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Brian Marick | 5 | ;; Author: Brian Marick |
| 6 | ;; Daniel LaLiberte <liberte@holonexus.org> | 6 | ;; Daniel LaLiberte <liberte@holonexus.org> |
diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el index 84b21473947..dcce2a6e2a9 100644 --- a/lisp/progmodes/hideshow.el +++ b/lisp/progmodes/hideshow.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; hideshow.el --- minor mode cmds to selectively display code/comment blocks | 1 | ;;; hideshow.el --- minor mode cmds to selectively display code/comment blocks |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Thien-Thi Nguyen <ttn@gnu.org> | 5 | ;; Author: Thien-Thi Nguyen <ttn@gnu.org> |
| 6 | ;; Dan Nicolaescu <dann@ics.uci.edu> | 6 | ;; Dan Nicolaescu <dann@ics.uci.edu> |
diff --git a/lisp/progmodes/icon.el b/lisp/progmodes/icon.el index 6e02392c154..750f124151a 100644 --- a/lisp/progmodes/icon.el +++ b/lisp/progmodes/icon.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; icon.el --- mode for editing Icon code | 1 | ;;; icon.el --- mode for editing Icon code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 2001-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Chris Smith <csmith@convex.com> | 5 | ;; Author: Chris Smith <csmith@convex.com> |
| 6 | ;; Created: 15 Feb 89 | 6 | ;; Created: 15 Feb 89 |
diff --git a/lisp/progmodes/idlw-complete-structtag.el b/lisp/progmodes/idlw-complete-structtag.el index 07c31e7eb91..8a50b9b5375 100644 --- a/lisp/progmodes/idlw-complete-structtag.el +++ b/lisp/progmodes/idlw-complete-structtag.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; idlw-complete-structtag.el --- Completion of structure tags. | 1 | ;;; idlw-complete-structtag.el --- Completion of structure tags. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <dominik@astro.uva.nl> | 5 | ;; Author: Carsten Dominik <dominik@astro.uva.nl> |
| 6 | ;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu> | 6 | ;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu> |
diff --git a/lisp/progmodes/idlw-help.el b/lisp/progmodes/idlw-help.el index 54e740be11f..4588e93dcf4 100644 --- a/lisp/progmodes/idlw-help.el +++ b/lisp/progmodes/idlw-help.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; idlw-help.el --- HTML Help code for IDLWAVE | 1 | ;;; idlw-help.el --- HTML Help code for IDLWAVE |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000-2019 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Authors: J.D. Smith <jdsmith@as.arizona.edu> | 5 | ;; Authors: J.D. Smith <jdsmith@as.arizona.edu> |
| 6 | ;; Carsten Dominik <dominik@science.uva.nl> | 6 | ;; Carsten Dominik <dominik@science.uva.nl> |
diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el index 46e2ecaa397..a3b079830b2 100644 --- a/lisp/progmodes/idlw-shell.el +++ b/lisp/progmodes/idlw-shell.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; idlw-shell.el --- run IDL as an inferior process of Emacs. -*- lexical-binding:t -*- | 1 | ;; idlw-shell.el --- run IDL as an inferior process of Emacs. -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: J.D. Smith <jdsmith@as.arizona.edu> | 5 | ;; Authors: J.D. Smith <jdsmith@as.arizona.edu> |
| 6 | ;; Carsten Dominik <dominik@astro.uva.nl> | 6 | ;; Carsten Dominik <dominik@astro.uva.nl> |
diff --git a/lisp/progmodes/idlw-toolbar.el b/lisp/progmodes/idlw-toolbar.el index 75f55827933..d3b442c0567 100644 --- a/lisp/progmodes/idlw-toolbar.el +++ b/lisp/progmodes/idlw-toolbar.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; idlw-toolbar.el --- a debugging toolbar for IDLWAVE | 1 | ;;; idlw-toolbar.el --- a debugging toolbar for IDLWAVE |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <dominik@astro.uva.nl> | 5 | ;; Author: Carsten Dominik <dominik@astro.uva.nl> |
| 6 | ;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu> | 6 | ;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu> |
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index f9ea14e3504..476d935e8ae 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; idlwave.el --- IDL editing mode for GNU Emacs | 1 | ;; idlwave.el --- IDL editing mode for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: J.D. Smith <jdsmith@as.arizona.edu> | 5 | ;; Authors: J.D. Smith <jdsmith@as.arizona.edu> |
| 6 | ;; Carsten Dominik <dominik@science.uva.nl> | 6 | ;; Carsten Dominik <dominik@science.uva.nl> |
diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el index 55e5d0ecdc3..3476a7f635b 100644 --- a/lisp/progmodes/inf-lisp.el +++ b/lisp/progmodes/inf-lisp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; inf-lisp.el --- an inferior-lisp mode | 1 | ;;; inf-lisp.el --- an inferior-lisp mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1993-1994, 2001-2018 Free Software Foundation, | 3 | ;; Copyright (C) 1988, 1993-1994, 2001-2019 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> | 6 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> |
diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el index 11ccb5fc527..de8f53236d6 100644 --- a/lisp/progmodes/js.el +++ b/lisp/progmodes/js.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; js.el --- Major mode for editing JavaScript -*- lexical-binding: t -*- | 1 | ;;; js.el --- Major mode for editing JavaScript -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Karl Landstrom <karl.landstrom@brgeight.se> | 5 | ;; Author: Karl Landstrom <karl.landstrom@brgeight.se> |
| 6 | ;; Daniel Colascione <dan.colascione@gmail.com> | 6 | ;; Daniel Colascione <dan.colascione@gmail.com> |
diff --git a/lisp/progmodes/ld-script.el b/lisp/progmodes/ld-script.el index f555155693c..6dafb64ed50 100644 --- a/lisp/progmodes/ld-script.el +++ b/lisp/progmodes/ld-script.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ld-script.el --- GNU linker script editing mode for Emacs | 1 | ;;; ld-script.el --- GNU linker script editing mode for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Masatake YAMATO<jet@gyve.org> | 5 | ;; Author: Masatake YAMATO<jet@gyve.org> |
| 6 | ;; Keywords: languages, faces | 6 | ;; Keywords: languages, faces |
diff --git a/lisp/progmodes/m4-mode.el b/lisp/progmodes/m4-mode.el index 46568f15bdc..9c9bee1c51c 100644 --- a/lisp/progmodes/m4-mode.el +++ b/lisp/progmodes/m4-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; m4-mode.el --- m4 code editing commands for Emacs | 1 | ;;; m4-mode.el --- m4 code editing commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-1997, 2001-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996-1997, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Andrew Csillag <drew@thecsillags.com> | 5 | ;; Author: Andrew Csillag <drew@thecsillags.com> |
| 6 | ;; Keywords: languages, faces | 6 | ;; Keywords: languages, faces |
diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index ed4e69dc519..cffb749c3e8 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; make-mode.el --- makefile editing commands for Emacs -*- lexical-binding:t -*- | 1 | ;;; make-mode.el --- makefile editing commands for Emacs -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1994, 1999-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 1994, 1999-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Thomas Neumann <tom@smart.bo.open.de> | 5 | ;; Author: Thomas Neumann <tom@smart.bo.open.de> |
| 6 | ;; Eric S. Raymond <esr@snark.thyrsus.com> | 6 | ;; Eric S. Raymond <esr@snark.thyrsus.com> |
diff --git a/lisp/progmodes/mantemp.el b/lisp/progmodes/mantemp.el index 214aa397788..9beeb4aae62 100644 --- a/lisp/progmodes/mantemp.el +++ b/lisp/progmodes/mantemp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mantemp.el --- create manual template instantiations from g++ 2.7.2 output | 1 | ;;; mantemp.el --- create manual template instantiations from g++ 2.7.2 output |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 2001-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Tom Houlder <thoulder@icor.fr> | 5 | ;; Author: Tom Houlder <thoulder@icor.fr> |
| 6 | ;; Created: 10 Dec 1996 | 6 | ;; Created: 10 Dec 1996 |
diff --git a/lisp/progmodes/meta-mode.el b/lisp/progmodes/meta-mode.el index e207d22ff4a..34b8bbbd399 100644 --- a/lisp/progmodes/meta-mode.el +++ b/lisp/progmodes/meta-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; meta-mode.el --- major mode for editing Metafont or MetaPost sources -*- lexical-binding:t -*- | 1 | ;;; meta-mode.el --- major mode for editing Metafont or MetaPost sources -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Ulrik Vieth <vieth@thphy.uni-duesseldorf.de> | 5 | ;; Author: Ulrik Vieth <vieth@thphy.uni-duesseldorf.de> |
| 6 | ;; Version: 1.0 | 6 | ;; Version: 1.0 |
diff --git a/lisp/progmodes/mixal-mode.el b/lisp/progmodes/mixal-mode.el index a8c5c39b537..1ea4b330935 100644 --- a/lisp/progmodes/mixal-mode.el +++ b/lisp/progmodes/mixal-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mixal-mode.el --- Major mode for the mix asm language. | 1 | ;;; mixal-mode.el --- Major mode for the mix asm language. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Pieter E.J. Pareit <pieter.pareit@gmail.com> | 5 | ;; Author: Pieter E.J. Pareit <pieter.pareit@gmail.com> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/lisp/progmodes/octave.el b/lisp/progmodes/octave.el index 69cf600ecff..52e5fd477f4 100644 --- a/lisp/progmodes/octave.el +++ b/lisp/progmodes/octave.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; octave.el --- editing octave source files under emacs -*- lexical-binding: t; -*- | 1 | ;;; octave.el --- editing octave source files under emacs -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> | 5 | ;; Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> |
| 6 | ;; John Eaton <jwe@octave.org> | 6 | ;; John Eaton <jwe@octave.org> |
diff --git a/lisp/progmodes/opascal.el b/lisp/progmodes/opascal.el index 5d3aa3cb840..7cc6882f8b8 100644 --- a/lisp/progmodes/opascal.el +++ b/lisp/progmodes/opascal.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; opascal.el --- major mode for editing Object Pascal source in Emacs -*- lexical-binding: t -*- | 1 | ;;; opascal.el --- major mode for editing Object Pascal source in Emacs -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-1999, 2001-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998-1999, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: Ray Blaak <blaak@infomatch.com>, | 5 | ;; Authors: Ray Blaak <blaak@infomatch.com>, |
| 6 | ;; Simon South <ssouth@member.fsf.org> | 6 | ;; Simon South <ssouth@member.fsf.org> |
diff --git a/lisp/progmodes/pascal.el b/lisp/progmodes/pascal.el index 6d13d328c5f..81fff826bcb 100644 --- a/lisp/progmodes/pascal.el +++ b/lisp/progmodes/pascal.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; pascal.el --- major mode for editing pascal source in Emacs -*- lexical-binding: t -*- | 1 | ;;; pascal.el --- major mode for editing pascal source in Emacs -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Espen Skoglund <esk@gnu.org> | 5 | ;; Author: Espen Skoglund <esk@gnu.org> |
| 6 | ;; Keywords: languages | 6 | ;; Keywords: languages |
diff --git a/lisp/progmodes/perl-mode.el b/lisp/progmodes/perl-mode.el index a61d1adcb79..7cbd30a0d1d 100644 --- a/lisp/progmodes/perl-mode.el +++ b/lisp/progmodes/perl-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; perl-mode.el --- Perl code editing commands for GNU Emacs -*- lexical-binding:t -*- | 1 | ;;; perl-mode.el --- Perl code editing commands for GNU Emacs -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1994, 2001-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1990, 1994, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: William F. Mann | 5 | ;; Author: William F. Mann |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/lisp/progmodes/prog-mode.el b/lisp/progmodes/prog-mode.el index b1a17dfa3cc..2b057356b10 100644 --- a/lisp/progmodes/prog-mode.el +++ b/lisp/progmodes/prog-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; prog-mode.el --- Generic major mode for programming -*- lexical-binding: t -*- | 1 | ;;; prog-mode.el --- Generic major mode for programming -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | 5 | ;; Maintainer: emacs-devel@gnu.org |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index 628694450fa..844744bf953 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; project.el --- Operations on the current project -*- lexical-binding: t; -*- | 1 | ;;; project.el --- Operations on the current project -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/progmodes/prolog.el b/lisp/progmodes/prolog.el index 6a818542cfa..0bc365fcf0f 100644 --- a/lisp/progmodes/prolog.el +++ b/lisp/progmodes/prolog.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; prolog.el --- major mode for Prolog (and Mercury) -*- lexical-binding:t -*- | 1 | ;;; prolog.el --- major mode for Prolog (and Mercury) -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986-1987, 1997-1999, 2002-2003, 2011-2018 Free | 3 | ;; Copyright (C) 1986-1987, 1997-1999, 2002-2003, 2011-2019 Free |
| 4 | ;; Software Foundation, Inc. | 4 | ;; Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Authors: Emil Åström <emil_astrom(at)hotmail(dot)com> | 6 | ;; Authors: Emil Åström <emil_astrom(at)hotmail(dot)com> |
diff --git a/lisp/progmodes/ps-mode.el b/lisp/progmodes/ps-mode.el index 5f29e26ab4d..d9406278e97 100644 --- a/lisp/progmodes/ps-mode.el +++ b/lisp/progmodes/ps-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ps-mode.el --- PostScript mode for GNU Emacs | 1 | ;;; ps-mode.el --- PostScript mode for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2001-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Peter Kleiweg <p.c.j.kleiweg@rug.nl> | 5 | ;; Author: Peter Kleiweg <p.c.j.kleiweg@rug.nl> |
| 6 | ;; Maintainer: Peter Kleiweg <p.c.j.kleiweg@rug.nl> | 6 | ;; Maintainer: Peter Kleiweg <p.c.j.kleiweg@rug.nl> |
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 654a0d3aea7..ea34e1d9ab5 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; python.el --- Python's flying circus support for Emacs -*- lexical-binding: t -*- | 1 | ;;; python.el --- Python's flying circus support for Emacs -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Fabián E. Gallina <fgallina@gnu.org> | 5 | ;; Author: Fabián E. Gallina <fgallina@gnu.org> |
| 6 | ;; URL: https://github.com/fgallina/python.el | 6 | ;; URL: https://github.com/fgallina/python.el |
diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el index d0ae9b4644f..8aa583eb319 100644 --- a/lisp/progmodes/ruby-mode.el +++ b/lisp/progmodes/ruby-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ruby-mode.el --- Major mode for editing Ruby files -*- lexical-binding: t -*- | 1 | ;;; ruby-mode.el --- Major mode for editing Ruby files -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: Yukihiro Matsumoto | 5 | ;; Authors: Yukihiro Matsumoto |
| 6 | ;; Nobuyoshi Nakada | 6 | ;; Nobuyoshi Nakada |
diff --git a/lisp/progmodes/scheme.el b/lisp/progmodes/scheme.el index c2be0b305d7..62f521ee94a 100644 --- a/lisp/progmodes/scheme.el +++ b/lisp/progmodes/scheme.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; scheme.el --- Scheme (and DSSSL) editing mode -*- lexical-binding: t; -*- | 1 | ;;; scheme.el --- Scheme (and DSSSL) editing mode -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986-1988, 1997-1998, 2001-2018 Free Software | 3 | ;; Copyright (C) 1986-1988, 1997-1998, 2001-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Bill Rozas <jinx@martigny.ai.mit.edu> | 6 | ;; Author: Bill Rozas <jinx@martigny.ai.mit.edu> |
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 6ec05299e34..dd3a6fa411e 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; sh-script.el --- shell-script editing commands for Emacs -*- lexical-binding:t -*- | 1 | ;;; sh-script.el --- shell-script editing commands for Emacs -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993-1997, 1999, 2001-2018 Free Software Foundation, | 3 | ;; Copyright (C) 1993-1997, 1999, 2001-2019 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> | 6 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> |
diff --git a/lisp/progmodes/simula.el b/lisp/progmodes/simula.el index 39d35cf4c98..3bbf4e0aa24 100644 --- a/lisp/progmodes/simula.el +++ b/lisp/progmodes/simula.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; simula.el --- SIMULA 87 code editing commands for Emacs | 1 | ;;; simula.el --- SIMULA 87 code editing commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1994, 1996, 2001-2018 Free Software Foundation, | 3 | ;; Copyright (C) 1992, 1994, 1996, 2001-2019 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Hans Henrik Eriksen <hhe@ifi.uio.no> | 6 | ;; Author: Hans Henrik Eriksen <hhe@ifi.uio.no> |
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el index 51f78bd840b..ebde684109d 100644 --- a/lisp/progmodes/sql.el +++ b/lisp/progmodes/sql.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; sql.el --- specialized comint.el for SQL interpreters -*- lexical-binding: t -*- | 1 | ;;; sql.el --- specialized comint.el for SQL interpreters -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Alex Schroeder <alex@gnu.org> | 5 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 6 | ;; Maintainer: Michael Mauger <michael@mauger.com> | 6 | ;; Maintainer: Michael Mauger <michael@mauger.com> |
diff --git a/lisp/progmodes/subword.el b/lisp/progmodes/subword.el index d5346d3afd4..58a266c117e 100644 --- a/lisp/progmodes/subword.el +++ b/lisp/progmodes/subword.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; subword.el --- Handling capitalized subwords in a nomenclature -*- lexical-binding: t -*- | 1 | ;;; subword.el --- Handling capitalized subwords in a nomenclature -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Masatake YAMATO | 5 | ;; Author: Masatake YAMATO |
| 6 | 6 | ||
diff --git a/lisp/progmodes/tcl.el b/lisp/progmodes/tcl.el index 586d8cc0ed0..ffb3d41ab62 100644 --- a/lisp/progmodes/tcl.el +++ b/lisp/progmodes/tcl.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; tcl.el --- Tcl code editing commands for Emacs | 1 | ;;; tcl.el --- Tcl code editing commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1998-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1998-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | 5 | ;; Maintainer: emacs-devel@gnu.org |
| 6 | ;; Author: Tom Tromey <tromey@redhat.com> | 6 | ;; Author: Tom Tromey <tromey@redhat.com> |
diff --git a/lisp/progmodes/vera-mode.el b/lisp/progmodes/vera-mode.el index 6c40dc76615..a03556ee12d 100644 --- a/lisp/progmodes/vera-mode.el +++ b/lisp/progmodes/vera-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vera-mode.el --- major mode for editing Vera files | 1 | ;;; vera-mode.el --- major mode for editing Vera files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Reto Zimmermann <reto@gnu.org> | 5 | ;; Author: Reto Zimmermann <reto@gnu.org> |
| 6 | ;; Maintainer: Reto Zimmermann <reto@gnu.org> | 6 | ;; Maintainer: Reto Zimmermann <reto@gnu.org> |
diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el index 509a1a2ef96..a949a461c11 100644 --- a/lisp/progmodes/verilog-mode.el +++ b/lisp/progmodes/verilog-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; verilog-mode.el --- major mode for editing verilog source in Emacs | 1 | ;;; verilog-mode.el --- major mode for editing verilog source in Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Michael McNamara <mac@verilog.com> | 5 | ;; Author: Michael McNamara <mac@verilog.com> |
| 6 | ;; Wilson Snyder <wsnyder@wsnyder.org> | 6 | ;; Wilson Snyder <wsnyder@wsnyder.org> |
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el index e17b7f504e9..3bcf9e50f05 100644 --- a/lisp/progmodes/vhdl-mode.el +++ b/lisp/progmodes/vhdl-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vhdl-mode.el --- major mode for editing VHDL code | 1 | ;;; vhdl-mode.el --- major mode for editing VHDL code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: Reto Zimmermann <reto@gnu.org> | 5 | ;; Authors: Reto Zimmermann <reto@gnu.org> |
| 6 | ;; Rodney J. Whitby <software.vhdl-mode@rwhitby.net> | 6 | ;; Rodney J. Whitby <software.vhdl-mode@rwhitby.net> |
diff --git a/lisp/progmodes/which-func.el b/lisp/progmodes/which-func.el index 7604be0c25f..40a74d1df62 100644 --- a/lisp/progmodes/which-func.el +++ b/lisp/progmodes/which-func.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; which-func.el --- print current function in mode line -*- lexical-binding:t -*- | 1 | ;;; which-func.el --- print current function in mode line -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1997-1998, 2001-2018 Free Software Foundation, | 3 | ;; Copyright (C) 1994, 1997-1998, 2001-2019 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Alex Rezinsky <alexr@msil.sps.mot.com> | 6 | ;; Author: Alex Rezinsky <alexr@msil.sps.mot.com> |
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index c71802c9188..87ce2299c56 100644 --- a/lisp/progmodes/xref.el +++ b/lisp/progmodes/xref.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; xref.el --- Cross-referencing commands -*-lexical-binding:t-*- | 1 | ;; xref.el --- Cross-referencing commands -*-lexical-binding:t-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2014-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/progmodes/xscheme.el b/lisp/progmodes/xscheme.el index fa14e4467a7..62c42d39c6f 100644 --- a/lisp/progmodes/xscheme.el +++ b/lisp/progmodes/xscheme.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; xscheme.el --- run MIT Scheme under Emacs -*- lexical-binding: t; -*- | 1 | ;;; xscheme.el --- run MIT Scheme under Emacs -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986-1987, 1989-1990, 2001-2018 Free Software | 3 | ;; Copyright (C) 1986-1987, 1989-1990, 2001-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |