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/cedet/srecode | |
| 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/cedet/srecode')
| -rw-r--r-- | lisp/cedet/srecode/args.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/compile.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/cpp.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/ctxt.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/dictionary.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/document.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/el.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/expandproto.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/extract.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/fields.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/filters.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/find.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/getset.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/insert.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/java.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/map.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/mode.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/semantic.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/srt-mode.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/srt.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/table.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/template.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/texi.el | 2 |
23 files changed, 23 insertions, 23 deletions
diff --git a/lisp/cedet/srecode/args.el b/lisp/cedet/srecode/args.el index 7195b788d07..e8a1a2c2153 100644 --- a/lisp/cedet/srecode/args.el +++ b/lisp/cedet/srecode/args.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/args.el --- Provide some simple template arguments | 1 | ;;; srecode/args.el --- Provide some simple template arguments |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/compile.el b/lisp/cedet/srecode/compile.el index a0a53a6473a..204211b5e53 100644 --- a/lisp/cedet/srecode/compile.el +++ b/lisp/cedet/srecode/compile.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/compile --- Compilation of srecode template files. | 1 | ;;; srecode/compile --- Compilation of srecode template files. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2007-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2007-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: codegeneration | 6 | ;; Keywords: codegeneration |
diff --git a/lisp/cedet/srecode/cpp.el b/lisp/cedet/srecode/cpp.el index 14139145177..e6a55992336 100644 --- a/lisp/cedet/srecode/cpp.el +++ b/lisp/cedet/srecode/cpp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/cpp.el --- C++ specific handlers for Semantic Recoder | 1 | ;;; srecode/cpp.el --- C++ specific handlers for Semantic Recoder |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007, 2009-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007, 2009-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | ;; Jan Moringen <scymtym@users.sourceforge.net> | 6 | ;; Jan Moringen <scymtym@users.sourceforge.net> |
diff --git a/lisp/cedet/srecode/ctxt.el b/lisp/cedet/srecode/ctxt.el index 9afbac99980..66f67790a9f 100644 --- a/lisp/cedet/srecode/ctxt.el +++ b/lisp/cedet/srecode/ctxt.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/ctxt.el --- Derive a context from the source buffer. | 1 | ;;; srecode/ctxt.el --- Derive a context from the source buffer. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/dictionary.el b/lisp/cedet/srecode/dictionary.el index a2410becb02..a13c42df330 100644 --- a/lisp/cedet/srecode/dictionary.el +++ b/lisp/cedet/srecode/dictionary.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/dictionary.el --- Dictionary code for the semantic recoder. | 1 | ;;; srecode/dictionary.el --- Dictionary code for the semantic recoder. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/document.el b/lisp/cedet/srecode/document.el index cf433378b41..06fc262f879 100644 --- a/lisp/cedet/srecode/document.el +++ b/lisp/cedet/srecode/document.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/document.el --- Documentation (comment) generation | 1 | ;;; srecode/document.el --- Documentation (comment) generation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/el.el b/lisp/cedet/srecode/el.el index ff9e1d53f91..348c8126c8e 100644 --- a/lisp/cedet/srecode/el.el +++ b/lisp/cedet/srecode/el.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/el.el --- Emacs Lisp specific arguments | 1 | ;;; srecode/el.el --- Emacs Lisp specific arguments |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/expandproto.el b/lisp/cedet/srecode/expandproto.el index ae63afffb99..7b5de0df6dd 100644 --- a/lisp/cedet/srecode/expandproto.el +++ b/lisp/cedet/srecode/expandproto.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/expandproto.el --- Expanding prototypes. | 1 | ;;; srecode/expandproto.el --- Expanding prototypes. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007, 2009-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007, 2009-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/extract.el b/lisp/cedet/srecode/extract.el index 276f2ace2f1..f4932513bcb 100644 --- a/lisp/cedet/srecode/extract.el +++ b/lisp/cedet/srecode/extract.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/extract.el --- Extract content from previously inserted macro. | 1 | ;;; srecode/extract.el --- Extract content from previously inserted macro. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/fields.el b/lisp/cedet/srecode/fields.el index d184469d1ba..95caeb3118c 100644 --- a/lisp/cedet/srecode/fields.el +++ b/lisp/cedet/srecode/fields.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/fields.el --- Handling type-in fields in a buffer. | 1 | ;;; srecode/fields.el --- Handling type-in fields in a buffer. |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2009-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2019 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/filters.el b/lisp/cedet/srecode/filters.el index 21382125989..b9b037fb500 100644 --- a/lisp/cedet/srecode/filters.el +++ b/lisp/cedet/srecode/filters.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/filters.el --- Filters for use in template variables. | 1 | ;;; srecode/filters.el --- Filters for use in template variables. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/find.el b/lisp/cedet/srecode/find.el index 1929ef3be3f..68592265e10 100644 --- a/lisp/cedet/srecode/find.el +++ b/lisp/cedet/srecode/find.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;;; srecode/find.el --- Tools for finding templates in the database. | 1 | ;;;; srecode/find.el --- Tools for finding templates in the database. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/getset.el b/lisp/cedet/srecode/getset.el index 870acd6089e..cef4b9435b2 100644 --- a/lisp/cedet/srecode/getset.el +++ b/lisp/cedet/srecode/getset.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/getset.el --- Package for inserting new get/set methods. | 1 | ;;; srecode/getset.el --- Package for inserting new get/set methods. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/insert.el b/lisp/cedet/srecode/insert.el index 13dc8eecd70..26af2ffe2ef 100644 --- a/lisp/cedet/srecode/insert.el +++ b/lisp/cedet/srecode/insert.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/insert.el --- Insert srecode templates to an output stream. | 1 | ;;; srecode/insert.el --- Insert srecode templates to an output stream. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2007-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2007-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/java.el b/lisp/cedet/srecode/java.el index 7021267a243..85df930fede 100644 --- a/lisp/cedet/srecode/java.el +++ b/lisp/cedet/srecode/java.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/java.el --- Srecode Java support | 1 | ;;; srecode/java.el --- Srecode Java support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/map.el b/lisp/cedet/srecode/map.el index 1d419c93ba7..fa5d27b8d2e 100644 --- a/lisp/cedet/srecode/map.el +++ b/lisp/cedet/srecode/map.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/map.el --- Manage a template file map | 1 | ;;; srecode/map.el --- Manage a template file map |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/mode.el b/lisp/cedet/srecode/mode.el index 2bdc58a70e5..bf1f64e125a 100644 --- a/lisp/cedet/srecode/mode.el +++ b/lisp/cedet/srecode/mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/mode.el --- Minor mode for managing and using SRecode templates | 1 | ;;; srecode/mode.el --- Minor mode for managing and using SRecode templates |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/semantic.el b/lisp/cedet/srecode/semantic.el index 122fd886200..93dcaff943c 100644 --- a/lisp/cedet/srecode/semantic.el +++ b/lisp/cedet/srecode/semantic.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/semantic.el --- Semantic specific extensions to SRecode. | 1 | ;;; srecode/semantic.el --- Semantic specific extensions to SRecode. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/srt-mode.el b/lisp/cedet/srecode/srt-mode.el index 6c269e0d914..2ad7ffcdb87 100644 --- a/lisp/cedet/srecode/srt-mode.el +++ b/lisp/cedet/srecode/srt-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/srt-mode.el --- Major mode for writing screcode macros | 1 | ;;; srecode/srt-mode.el --- Major mode for writing screcode macros |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2007-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2007-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/cedet/srecode/srt.el b/lisp/cedet/srecode/srt.el index fdabdc4c8ed..e6d2bb7c9e0 100644 --- a/lisp/cedet/srecode/srt.el +++ b/lisp/cedet/srecode/srt.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/srt.el --- argument handlers for SRT files | 1 | ;;; srecode/srt.el --- argument handlers for SRT files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/table.el b/lisp/cedet/srecode/table.el index af2e8b178aa..3b271f06f71 100644 --- a/lisp/cedet/srecode/table.el +++ b/lisp/cedet/srecode/table.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/table.el --- Tables of Semantic Recoders | 1 | ;;; srecode/table.el --- Tables of Semantic Recoders |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/template.el b/lisp/cedet/srecode/template.el index add2f09c439..8528a375672 100644 --- a/lisp/cedet/srecode/template.el +++ b/lisp/cedet/srecode/template.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/template.el --- SRecoder template language parser support. | 1 | ;;; srecode/template.el --- SRecoder template language parser support. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2007-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2007-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/cedet/srecode/texi.el b/lisp/cedet/srecode/texi.el index ec73b7b464e..223cf28e12c 100644 --- a/lisp/cedet/srecode/texi.el +++ b/lisp/cedet/srecode/texi.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/texi.el --- Srecode texinfo support. | 1 | ;;; srecode/texi.el --- Srecode texinfo support. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||