diff options
| author | K. Handa | 2015-01-07 22:51:41 +0900 |
|---|---|---|
| committer | K. Handa | 2015-01-07 22:51:41 +0900 |
| commit | 88bc8332eb14bcc4780fd3fe3dd4de2205c31dbf (patch) | |
| tree | 18da116400703b67738bdbbd38cc4abf4c1e929f /admin | |
| parent | 3f79d3131629f73da16ec121d2a0056f11b70e65 (diff) | |
| parent | 95295df44cc2b6e0e2442aeff96b0fe2ceac405c (diff) | |
| download | emacs-88bc8332eb14bcc4780fd3fe3dd4de2205c31dbf.tar.gz emacs-88bc8332eb14bcc4780fd3fe3dd4de2205c31dbf.zip | |
Merge branch master of git.sv.gnu.org:/srv/git/emacs.
Diffstat (limited to 'admin')
38 files changed, 135 insertions, 70 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index b32d7004517..8c0c9759e87 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,39 @@ | |||
| 1 | 2015-01-04 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Less 'make' chatter for admin/grammars | ||
| 4 | * grammars/Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN) | ||
| 5 | (am__v_GEN_, am__v_GEN_0, am__v_GEN_1, AM_V_at, am__v_at_) | ||
| 6 | (am__v_at_0, am__v_at_1): New macros, from src/Makefile.in. | ||
| 7 | (${bovinedir}/%-by.el, ${bovinedir}/scm-by.el) | ||
| 8 | (${cedetdir}/semantic/%-wy.el, ${wisentdir}/%-wy.el) | ||
| 9 | (${wisentdir}/javat-wy.el, ${cedetdir}/srecode/srt-wy.el): Use them. | ||
| 10 | |||
| 11 | Less chatter in batch mode | ||
| 12 | * unidata/unidata-gen.el (unidata-gen-files): | ||
| 13 | Don't output messages like "Generating ..." in batch mode. | ||
| 14 | |||
| 15 | 2015-01-02 Paul Eggert <eggert@cs.ucla.edu> | ||
| 16 | |||
| 17 | Less 'make' chatter for unidata | ||
| 18 | * unidata/Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_) | ||
| 19 | (am__v_GEN_0, am__v_GEN_1, AM_V_at, am__v_at_, am__v_at_0, am__v_at_1): | ||
| 20 | New macros, from ../src/Makefile.in. | ||
| 21 | (${top_srcdir}/src/macuvs.h, %.elc, unidata.txt) | ||
| 22 | (${unidir}/charprop.el, unifiles): Use them. | ||
| 23 | (PHONY_EXTRAS): New macro. | ||
| 24 | (.PHONY, ${unidir}/charprop.el): Use it. | ||
| 25 | (FORCE): Remove; all uses replaced by PHONY_EXTRAS manipulation. | ||
| 26 | (${unidir}/charprop.el, extraclean): | ||
| 27 | Use 'make' conditionals rather than shell. | ||
| 28 | |||
| 29 | 2015-01-01 Paul Eggert <eggert@cs.ucla.edu> | ||
| 30 | |||
| 31 | * update-copyright (emacsver): Change to emacsver.tex.in. | ||
| 32 | |||
| 33 | 2014-12-25 Paul Eggert <eggert@cs.ucla.edu> | ||
| 34 | |||
| 35 | * merge-gnulib (GNULIB_MODULES): Add stpcpy. | ||
| 36 | |||
| 1 | 2014-12-24 Glenn Morris <rgm@gnu.org> | 37 | 2014-12-24 Glenn Morris <rgm@gnu.org> |
| 2 | 38 | ||
| 3 | * authors.el (authors-obsolete-files-regexps) | 39 | * authors.el (authors-obsolete-files-regexps) |
| @@ -2502,7 +2538,7 @@ | |||
| 2502 | ;; coding: utf-8 | 2538 | ;; coding: utf-8 |
| 2503 | ;; End: | 2539 | ;; End: |
| 2504 | 2540 | ||
| 2505 | Copyright (C) 2001-2014 Free Software Foundation, Inc. | 2541 | Copyright (C) 2001-2015 Free Software Foundation, Inc. |
| 2506 | 2542 | ||
| 2507 | This file is part of GNU Emacs. | 2543 | This file is part of GNU Emacs. |
| 2508 | 2544 | ||
diff --git a/admin/README b/admin/README index 6a5fce688a9..786c50293fa 100644 --- a/admin/README +++ b/admin/README | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2001-2014 Free Software Foundation, Inc. | 1 | Copyright (C) 2001-2015 Free Software Foundation, Inc. |
| 2 | See the end of the file for license conditions. | 2 | See the end of the file for license conditions. |
| 3 | 3 | ||
| 4 | 4 | ||
diff --git a/admin/admin.el b/admin/admin.el index f5e9646054e..18ea4a40ccc 100644 --- a/admin/admin.el +++ b/admin/admin.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; admin.el --- utilities for Emacs administration | 1 | ;;; admin.el --- utilities for Emacs administration |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001-2015 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/admin/alloc-colors.c b/admin/alloc-colors.c index a63e1bacef5..777c048812c 100644 --- a/admin/alloc-colors.c +++ b/admin/alloc-colors.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Allocate X colors. Used for testing with dense colormaps. | 1 | /* Allocate X colors. Used for testing with dense colormaps. |
| 2 | 2 | ||
| 3 | Copyright (C) 2001-2014 Free Software Foundation, Inc. | 3 | Copyright (C) 2001-2015 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/admin/authors.el b/admin/authors.el index 790e3514191..1249806686a 100644 --- a/admin/authors.el +++ b/admin/authors.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; authors.el --- utility for maintaining Emacs's AUTHORS file -*-coding: utf-8 -*- | 1 | ;;; authors.el --- utility for maintaining Emacs's AUTHORS file -*-coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Gerd Moellmann <gerd@gnu.org> | 5 | ;; Author: Gerd Moellmann <gerd@gnu.org> |
| 6 | ;; Maintainer: Kim F. Storm <storm@cua.dk> | 6 | ;; Maintainer: Kim F. Storm <storm@cua.dk> |
diff --git a/admin/build-configs b/admin/build-configs index 6a369416696..55530b360d4 100755 --- a/admin/build-configs +++ b/admin/build-configs | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #! /usr/bin/perl | 1 | #! /usr/bin/perl |
| 2 | # Build Emacs in several different configurations. | 2 | # Build Emacs in several different configurations. |
| 3 | 3 | ||
| 4 | # Copyright (C) 2001-2014 Free Software Foundation, Inc. | 4 | # Copyright (C) 2001-2015 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | # This file is part of GNU Emacs. | 6 | # This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/admin/bzrmerge.el b/admin/bzrmerge.el index 924033b1554..7d4cd19230d 100644 --- a/admin/bzrmerge.el +++ b/admin/bzrmerge.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; bzrmerge.el --- help merge one Emacs bzr branch to another | 1 | ;;; bzrmerge.el --- help merge one Emacs bzr branch to another |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | ;; Keywords: maint | 6 | ;; Keywords: maint |
diff --git a/admin/charsets/mapfiles/README b/admin/charsets/mapfiles/README index 15ec320589f..a05e2dab0ff 100644 --- a/admin/charsets/mapfiles/README +++ b/admin/charsets/mapfiles/README | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2009-2014 Free Software Foundation, Inc. | 1 | Copyright (C) 2009-2015 Free Software Foundation, Inc. |
| 2 | Copyright (C) 2009, 2010, 2011 | 2 | Copyright (C) 2009, 2010, 2011 |
| 3 | National Institute of Advanced Industrial Science and Technology (AIST) | 3 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 4 | Registration Number H13PRO009 | 4 | Registration Number H13PRO009 |
diff --git a/admin/cus-test.el b/admin/cus-test.el index b60eac28d2a..c7faedbd35a 100644 --- a/admin/cus-test.el +++ b/admin/cus-test.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cus-test.el --- tests for custom types and load problems | 1 | ;;; cus-test.el --- tests for custom types and load problems |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2000, 2002-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 2000, 2002-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Markus Rost <markus.rost@mathematik.uni-regensburg.de> | 5 | ;; Author: Markus Rost <markus.rost@mathematik.uni-regensburg.de> |
| 6 | ;; Maintainer: Markus Rost <rost@math.ohio-state.edu> | 6 | ;; Maintainer: Markus Rost <rost@math.ohio-state.edu> |
diff --git a/admin/diff-tar-files b/admin/diff-tar-files index 9bdc91ff5fd..6a8824f6ad0 100755 --- a/admin/diff-tar-files +++ b/admin/diff-tar-files | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #! /bin/sh | 1 | #! /bin/sh |
| 2 | 2 | ||
| 3 | # Copyright (C) 2001-2014 Free Software Foundation, Inc. | 3 | # Copyright (C) 2001-2015 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/admin/find-gc.el b/admin/find-gc.el index 83eb26e86d7..5c6a45b5871 100644 --- a/admin/find-gc.el +++ b/admin/find-gc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; find-gc.el --- detect functions that call the garbage collector | 1 | ;;; find-gc.el --- detect functions that call the garbage collector |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 2001-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 2001-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | 5 | ;; Maintainer: emacs-devel@gnu.org |
| 6 | 6 | ||
diff --git a/admin/gitmerge.el b/admin/gitmerge.el index 206f12c08ad..43773f5cb35 100644 --- a/admin/gitmerge.el +++ b/admin/gitmerge.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gitmerge.el --- help merge one Emacs branch into another | 1 | ;;; gitmerge.el --- help merge one Emacs branch into another |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: David Engster <deng@randomsample.de> | 5 | ;; Authors: David Engster <deng@randomsample.de> |
| 6 | ;; Stefan Monnier <monnier@iro.umontreal.ca> | 6 | ;; Stefan Monnier <monnier@iro.umontreal.ca> |
diff --git a/admin/grammars/Makefile.in b/admin/grammars/Makefile.in index c3ee2ef951f..6b54ecca237 100644 --- a/admin/grammars/Makefile.in +++ b/admin/grammars/Makefile.in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ### @configure_input@ | 1 | ### @configure_input@ |
| 2 | 2 | ||
| 3 | ## Copyright (C) 2013-2014 Free Software Foundation, Inc. | 3 | ## Copyright (C) 2013-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ## This file is part of GNU Emacs. | 5 | ## This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -28,6 +28,19 @@ srcdir = @srcdir@ | |||
| 28 | top_srcdir = @top_srcdir@ | 28 | top_srcdir = @top_srcdir@ |
| 29 | top_builddir = @top_builddir@ | 29 | top_builddir = @top_builddir@ |
| 30 | 30 | ||
| 31 | # 'make' verbosity. | ||
| 32 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | ||
| 33 | |||
| 34 | AM_V_GEN = $(am__v_GEN_@AM_V@) | ||
| 35 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | ||
| 36 | am__v_GEN_0 = @echo " GEN " $@; | ||
| 37 | am__v_GEN_1 = | ||
| 38 | |||
| 39 | AM_V_at = $(am__v_at_@AM_V@) | ||
| 40 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | ||
| 41 | am__v_at_0 = @ | ||
| 42 | am__v_at_1 = | ||
| 43 | |||
| 31 | # Prevent any settings in the user environment causing problems. | 44 | # Prevent any settings in the user environment causing problems. |
| 32 | unexport EMACSDATA EMACSDOC EMACSPATH | 45 | unexport EMACSDATA EMACSDOC EMACSPATH |
| 33 | 46 | ||
| @@ -68,30 +81,30 @@ wisent: ${WISENT} | |||
| 68 | 81 | ||
| 69 | ## c-by.el, make-by.el. | 82 | ## c-by.el, make-by.el. |
| 70 | ${bovinedir}/%-by.el: ${srcdir}/%.by | 83 | ${bovinedir}/%-by.el: ${srcdir}/%.by |
| 71 | [ ! -f "$@" ] || chmod +w "$@" | 84 | $(AM_V_GEN)[ ! -f "$@" ] || chmod +w "$@" |
| 72 | ${make_bovine} -o "$@" $< | 85 | $(AM_V_at)${make_bovine} -o "$@" $< |
| 73 | 86 | ||
| 74 | ${bovinedir}/scm-by.el: ${srcdir}/scheme.by | 87 | ${bovinedir}/scm-by.el: ${srcdir}/scheme.by |
| 75 | [ ! -f "$@" ] || chmod +w "$@" | 88 | $(AM_V_GEN)[ ! -f "$@" ] || chmod +w "$@" |
| 76 | ${make_bovine} -o "$@" $< | 89 | $(AM_V_at)${make_bovine} -o "$@" $< |
| 77 | 90 | ||
| 78 | ## grammar-wy.el | 91 | ## grammar-wy.el |
| 79 | ${cedetdir}/semantic/%-wy.el: ${srcdir}/%.wy | 92 | ${cedetdir}/semantic/%-wy.el: ${srcdir}/%.wy |
| 80 | [ ! -f "$@" ] || chmod +w "$@" | 93 | $(AM_V_GEN)[ ! -f "$@" ] || chmod +w "$@" |
| 81 | ${make_wisent} -o "$@" $< | 94 | $(AM_V_at)${make_wisent} -o "$@" $< |
| 82 | 95 | ||
| 83 | ## js-wy.el, python-wy.el | 96 | ## js-wy.el, python-wy.el |
| 84 | ${wisentdir}/%-wy.el: ${srcdir}/%.wy | 97 | ${wisentdir}/%-wy.el: ${srcdir}/%.wy |
| 85 | [ ! -f "$@" ] || chmod +w "$@" | 98 | $(AM_V_GEN)[ ! -f "$@" ] || chmod +w "$@" |
| 86 | ${make_wisent} -o "$@" $< | 99 | $(AM_V_at)${make_wisent} -o "$@" $< |
| 87 | 100 | ||
| 88 | ${wisentdir}/javat-wy.el: ${srcdir}/java-tags.wy | 101 | ${wisentdir}/javat-wy.el: ${srcdir}/java-tags.wy |
| 89 | [ ! -f "$@" ] || chmod +w "$@" | 102 | $(AM_V_GEN)[ ! -f "$@" ] || chmod +w "$@" |
| 90 | ${make_wisent} -o "$@" $< | 103 | $(AM_V_at)${make_wisent} -o "$@" $< |
| 91 | 104 | ||
| 92 | ${cedetdir}/srecode/srt-wy.el: ${srcdir}/srecode-template.wy | 105 | ${cedetdir}/srecode/srt-wy.el: ${srcdir}/srecode-template.wy |
| 93 | [ ! -f "$@" ] || chmod +w "$@" | 106 | $(AM_V_GEN)[ ! -f "$@" ] || chmod +w "$@" |
| 94 | ${make_wisent} -o "$@" $< | 107 | $(AM_V_at)${make_wisent} -o "$@" $< |
| 95 | 108 | ||
| 96 | 109 | ||
| 97 | .PHONY: distclean bootstrap-clean maintainer-clean extraclean | 110 | .PHONY: distclean bootstrap-clean maintainer-clean extraclean |
diff --git a/admin/grammars/c.by b/admin/grammars/c.by index f6015490939..8a3a194b00e 100644 --- a/admin/grammars/c.by +++ b/admin/grammars/c.by | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; c.by -- LL grammar for C/C++ language specification | 1 | ;;; c.by -- LL grammar for C/C++ language specification |
| 2 | ;; Copyright (C) 1999-2014 Free Software Foundation, Inc. | 2 | ;; Copyright (C) 1999-2015 Free Software Foundation, Inc. |
| 3 | ;; | 3 | ;; |
| 4 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 4 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 5 | ;; David Ponce <david@dponce.com> | 5 | ;; David Ponce <david@dponce.com> |
diff --git a/admin/grammars/grammar.wy b/admin/grammars/grammar.wy index 4605e3c4f70..fcb36fdc778 100644 --- a/admin/grammars/grammar.wy +++ b/admin/grammars/grammar.wy | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic-grammar.wy -- LALR grammar of Semantic input grammars | 1 | ;;; semantic-grammar.wy -- LALR grammar of Semantic input grammars |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2002-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2015 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 6 | ;; Maintainer: David Ponce <david@dponce.com> | 6 | ;; Maintainer: David Ponce <david@dponce.com> |
diff --git a/admin/grammars/java-tags.wy b/admin/grammars/java-tags.wy index 9ff27f3a2be..bc22f4f8311 100644 --- a/admin/grammars/java-tags.wy +++ b/admin/grammars/java-tags.wy | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; java-tags.wy -- Semantic LALR grammar for Java | 1 | ;;; java-tags.wy -- Semantic LALR grammar for Java |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2015 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 6 | ;; Maintainer: David Ponce <david@dponce.com> | 6 | ;; Maintainer: David Ponce <david@dponce.com> |
diff --git a/admin/grammars/js.wy b/admin/grammars/js.wy index 91dbff2330d..1579b0787d7 100644 --- a/admin/grammars/js.wy +++ b/admin/grammars/js.wy | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; javascript-jv.wy -- LALR grammar for Javascript | 1 | ;;; javascript-jv.wy -- LALR grammar for Javascript |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005-2015 Free Software Foundation, Inc. |
| 4 | ;; Copyright (C) 1998-2011 Ecma International. | 4 | ;; Copyright (C) 1998-2011 Ecma International. |
| 5 | 5 | ||
| 6 | ;; Author: Joakim Verona | 6 | ;; Author: Joakim Verona |
diff --git a/admin/grammars/make.by b/admin/grammars/make.by index 7fc39518faf..be3cc433863 100644 --- a/admin/grammars/make.by +++ b/admin/grammars/make.by | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; make.by -- BY notation for Makefiles. | 1 | ;;; make.by -- BY notation for Makefiles. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2015 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; David Ponce <david@dponce.com> | 6 | ;; David Ponce <david@dponce.com> |
diff --git a/admin/grammars/python.wy b/admin/grammars/python.wy index 330264de459..9b37a8deaec 100644 --- a/admin/grammars/python.wy +++ b/admin/grammars/python.wy | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; python.wy -- LALR grammar for Python | 1 | ;;; python.wy -- LALR grammar for Python |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2015 Free Software Foundation, Inc. |
| 4 | ;; Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, | 4 | ;; Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, |
| 5 | ;; 2009, 2010 Python Software Foundation; All Rights Reserved | 5 | ;; 2009, 2010 Python Software Foundation; All Rights Reserved |
| 6 | 6 | ||
diff --git a/admin/grammars/scheme.by b/admin/grammars/scheme.by index 16b67a3db4b..1b67d624320 100644 --- a/admin/grammars/scheme.by +++ b/admin/grammars/scheme.by | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; scheme.by -- Scheme BNF language specification | 1 | ;;; scheme.by -- Scheme BNF language specification |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001-2015 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/admin/grammars/srecode-template.wy b/admin/grammars/srecode-template.wy index d4dd2ad907a..32ef7eac8ad 100644 --- a/admin/grammars/srecode-template.wy +++ b/admin/grammars/srecode-template.wy | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode-template.wy --- Semantic Recoder Template parser | 1 | ;;; srecode-template.wy --- Semantic Recoder Template parser |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: syntax | 6 | ;; Keywords: syntax |
diff --git a/admin/make-emacs b/admin/make-emacs index 17d1cdc239a..f0c5370496e 100755 --- a/admin/make-emacs +++ b/admin/make-emacs | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | # Build Emacs with various options for profiling, debugging, | 2 | # Build Emacs with various options for profiling, debugging, |
| 3 | # with and without warnings enabled etc. | 3 | # with and without warnings enabled etc. |
| 4 | 4 | ||
| 5 | # Copyright (C) 2001-2014 Free Software Foundation, Inc. | 5 | # Copyright (C) 2001-2015 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | # This file is part of GNU Emacs. | 7 | # This file is part of GNU Emacs. |
| 8 | 8 | ||
diff --git a/admin/merge-gnulib b/admin/merge-gnulib index 84c6ebf3e27..9e2b10dc4ce 100755 --- a/admin/merge-gnulib +++ b/admin/merge-gnulib | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | # | 4 | # |
| 5 | # admin/merge-gnulib | 5 | # admin/merge-gnulib |
| 6 | 6 | ||
| 7 | # Copyright 2012-2014 Free Software Foundation, Inc. | 7 | # Copyright 2012-2015 Free Software Foundation, Inc. |
| 8 | 8 | ||
| 9 | # This file is part of GNU Emacs. | 9 | # This file is part of GNU Emacs. |
| 10 | 10 | ||
diff --git a/admin/merge-pkg-config b/admin/merge-pkg-config index fd03a441b11..2ee633d36c1 100755 --- a/admin/merge-pkg-config +++ b/admin/merge-pkg-config | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | # | 4 | # |
| 5 | # admin/merge-pkg-config | 5 | # admin/merge-pkg-config |
| 6 | 6 | ||
| 7 | # Copyright 2014 Free Software Foundation, Inc. | 7 | # Copyright 2014-2015 Free Software Foundation, Inc. |
| 8 | 8 | ||
| 9 | # This file is part of GNU Emacs. | 9 | # This file is part of GNU Emacs. |
| 10 | 10 | ||
diff --git a/admin/notes/copyright b/admin/notes/copyright index f7565fe1721..45b7c617182 100644 --- a/admin/notes/copyright +++ b/admin/notes/copyright | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2007-2014 Free Software Foundation, Inc. | 1 | Copyright (C) 2007-2015 Free Software Foundation, Inc. |
| 2 | See the end of the file for license conditions. | 2 | See the end of the file for license conditions. |
| 3 | 3 | ||
| 4 | 4 | ||
diff --git a/admin/notes/font-backend b/admin/notes/font-backend index 5c36cf08c62..03663d38cd8 100644 --- a/admin/notes/font-backend +++ b/admin/notes/font-backend | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2002-2014 Free Software Foundation, Inc. | 1 | Copyright (C) 2002-2015 Free Software Foundation, Inc. |
| 2 | See the end of the file for license conditions. | 2 | See the end of the file for license conditions. |
| 3 | 3 | ||
| 4 | 4 | ||
diff --git a/admin/notes/hydra b/admin/notes/hydra index ce2047480d2..7f8615de975 100644 --- a/admin/notes/hydra +++ b/admin/notes/hydra | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | -*- outline -*- | 1 | -*- outline -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2013-2014 Free Software Foundation, Inc. | 3 | Copyright (C) 2013-2015 Free Software Foundation, Inc. |
| 4 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 5 | 5 | ||
| 6 | NOTES FOR EMACS CONTINUOUS BUILD ON HYDRA | 6 | NOTES FOR EMACS CONTINUOUS BUILD ON HYDRA |
diff --git a/admin/notes/multi-tty b/admin/notes/multi-tty index f67911d0ff4..c547e14251c 100644 --- a/admin/notes/multi-tty +++ b/admin/notes/multi-tty | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | -*- coding: utf-8; mode: text; -*- | 1 | -*- coding: utf-8; mode: text; -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2007-2014 Free Software Foundation, Inc. | 3 | Copyright (C) 2007-2015 Free Software Foundation, Inc. |
| 4 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 5 | 5 | ||
| 6 | From README.multi-tty in the multi-tty branch. | 6 | From README.multi-tty in the multi-tty branch. |
diff --git a/admin/notes/unicode b/admin/notes/unicode index 8ec56698dcd..13971ef18c0 100644 --- a/admin/notes/unicode +++ b/admin/notes/unicode | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | -*-mode: text; coding: utf-8;-*- | 1 | -*-mode: text; coding: utf-8;-*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2002-2014 Free Software Foundation, Inc. | 3 | Copyright (C) 2002-2015 Free Software Foundation, Inc. |
| 4 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 5 | 5 | ||
| 6 | Importing a new Unicode Standard version into Emacs | 6 | Importing a new Unicode Standard version into Emacs |
diff --git a/admin/notes/www b/admin/notes/www index 4d092ca7fa0..27aabe0766c 100644 --- a/admin/notes/www +++ b/admin/notes/www | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | -*- outline -*- | 1 | -*- outline -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2013-2014 Free Software Foundation, Inc. | 3 | Copyright (C) 2013-2015 Free Software Foundation, Inc. |
| 4 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 5 | 5 | ||
| 6 | NOTES FOR EMACS WWW PAGES | 6 | NOTES FOR EMACS WWW PAGES |
diff --git a/admin/nt/README-UNDUMP.W32 b/admin/nt/README-UNDUMP.W32 index 2859140ce42..f210556372e 100644 --- a/admin/nt/README-UNDUMP.W32 +++ b/admin/nt/README-UNDUMP.W32 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2001-2014 Free Software Foundation, Inc. | 1 | Copyright (C) 2001-2015 Free Software Foundation, Inc. |
| 2 | See the end of the file for license conditions. | 2 | See the end of the file for license conditions. |
| 3 | 3 | ||
| 4 | Emacs for Windows | 4 | Emacs for Windows |
diff --git a/admin/nt/README-ftp-server b/admin/nt/README-ftp-server index 5f5b4a951af..eaee7cb809f 100644 --- a/admin/nt/README-ftp-server +++ b/admin/nt/README-ftp-server | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2001-2014 Free Software Foundation, Inc. | 1 | Copyright (C) 2001-2015 Free Software Foundation, Inc. |
| 2 | See the end of the file for license conditions. | 2 | See the end of the file for license conditions. |
| 3 | 3 | ||
| 4 | Precompiled Distributions of | 4 | Precompiled Distributions of |
diff --git a/admin/quick-install-emacs b/admin/quick-install-emacs index 58fc5f080fe..911b39b4f60 100755 --- a/admin/quick-install-emacs +++ b/admin/quick-install-emacs | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | ### quick-install-emacs --- do a halfway-decent job of installing emacs quickly | 2 | ### quick-install-emacs --- do a halfway-decent job of installing emacs quickly |
| 3 | 3 | ||
| 4 | ## Copyright (C) 2001-2014 Free Software Foundation, Inc. | 4 | ## Copyright (C) 2001-2015 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ## Author: Miles Bader <miles@gnu.org> | 6 | ## Author: Miles Bader <miles@gnu.org> |
| 7 | 7 | ||
diff --git a/admin/unidata/Makefile.in b/admin/unidata/Makefile.in index 94504818d12..777d1270fff 100644 --- a/admin/unidata/Makefile.in +++ b/admin/unidata/Makefile.in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ### @configure_input@ | 1 | ### @configure_input@ |
| 2 | 2 | ||
| 3 | # Copyright (C) 2012-2014 Free Software Foundation, Inc. | 3 | # Copyright (C) 2012-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | # Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 5 | # Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 6 | # National Institute of Advanced Industrial Science and Technology (AIST) | 6 | # National Institute of Advanced Industrial Science and Technology (AIST) |
| @@ -31,6 +31,19 @@ EMACS = ${top_builddir}/src/emacs | |||
| 31 | unidir = ${top_srcdir}/lisp/international | 31 | unidir = ${top_srcdir}/lisp/international |
| 32 | emacs = "${EMACS}" -batch --no-site-file --no-site-lisp | 32 | emacs = "${EMACS}" -batch --no-site-file --no-site-lisp |
| 33 | 33 | ||
| 34 | # 'make' verbosity. | ||
| 35 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | ||
| 36 | |||
| 37 | AM_V_GEN = $(am__v_GEN_@AM_V@) | ||
| 38 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | ||
| 39 | am__v_GEN_0 = @echo " GEN " $@; | ||
| 40 | am__v_GEN_1 = | ||
| 41 | |||
| 42 | AM_V_at = $(am__v_at_@AM_V@) | ||
| 43 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | ||
| 44 | am__v_at_0 = @ | ||
| 45 | am__v_at_1 = | ||
| 46 | |||
| 34 | .PHONY: all unifiles | 47 | .PHONY: all unifiles |
| 35 | 48 | ||
| 36 | all: ${top_srcdir}/src/macuvs.h unifiles | 49 | all: ${top_srcdir}/src/macuvs.h unifiles |
| @@ -40,28 +53,31 @@ all: ${top_srcdir}/src/macuvs.h unifiles | |||
| 40 | ## Same with charprop.el below. | 53 | ## Same with charprop.el below. |
| 41 | ${top_srcdir}/src/macuvs.h: ${srcdir}/uvs.el ${srcdir}/IVD_Sequences.txt | \ | 54 | ${top_srcdir}/src/macuvs.h: ${srcdir}/uvs.el ${srcdir}/IVD_Sequences.txt | \ |
| 42 | ${srcdir}/uvs.elc | 55 | ${srcdir}/uvs.elc |
| 43 | ${emacs} -L ${srcdir} -l uvs \ | 56 | $(AM_V_GEN)${emacs} -L ${srcdir} -l uvs \ |
| 44 | --eval '(uvs-print-table-ivd (unmsys--file-name "${srcdir}/IVD_Sequences.txt") "Adobe-Japan1")' \ | 57 | --eval '(uvs-print-table-ivd (unmsys--file-name "${srcdir}/IVD_Sequences.txt") "Adobe-Japan1")' \ |
| 45 | > $@ | 58 | > $@ |
| 46 | 59 | ||
| 47 | %.elc: %.el | 60 | %.elc: %.el |
| 48 | ${emacs} -f batch-byte-compile $< | 61 | $(AM_V_GEN)${emacs} -f batch-byte-compile $< |
| 49 | 62 | ||
| 50 | unidata.txt: ${srcdir}/UnicodeData.txt | 63 | unidata.txt: ${srcdir}/UnicodeData.txt |
| 51 | sed -e 's/\([^;]*\);\(.*\)/(#x\1 "\2")/' -e 's/;/" "/g' < $< > $@ | 64 | $(AM_V_GEN)sed -e 's/\([^;]*\);\(.*\)/(#x\1 "\2")/' -e 's/;/" "/g' \ |
| 65 | < $< > $@ | ||
| 52 | 66 | ||
| 53 | FORCE = | 67 | PHONY_EXTRAS = |
| 54 | FORCE: | 68 | .PHONY: $(PHONY_EXTRAS) |
| 55 | .PHONY: FORCE | ||
| 56 | 69 | ||
| 57 | ${unidir}/charprop.el: ${FORCE} ${srcdir}/unidata-gen.el \ | 70 | ${unidir}/charprop.el: ${srcdir}/unidata-gen.el \ |
| 58 | ${srcdir}/UnicodeData.txt ${srcdir}/BidiMirroring.txt \ | 71 | ${srcdir}/UnicodeData.txt ${srcdir}/BidiMirroring.txt \ |
| 59 | ${srcdir}/BidiBrackets.txt | \ | 72 | ${srcdir}/BidiBrackets.txt | \ |
| 60 | ${srcdir}/unidata-gen.elc unidata.txt | 73 | ${srcdir}/unidata-gen.elc unidata.txt |
| 61 | -if [ -f "$@" ]; then \ | 74 | ifneq (,$(wildcard $@)) |
| 62 | cd ${unidir} && chmod +w charprop.el `sed -n 's/^;; FILE: //p' < charprop.el`; \ | 75 | $(AM_V_at)cd $(unidir) && \ |
| 63 | fi | 76 | for f in charprop.el `sed -n 's/^;; FILE: //p' < charprop.el`; do \ |
| 64 | ${emacs} -L ${srcdir} -l unidata-gen -f unidata-gen-files \ | 77 | [ ! -f $$f ] || [ -w $$f ] || chmod +w $$f || exit; \ |
| 78 | done | ||
| 79 | endif | ||
| 80 | $(AM_V_GEN)${emacs} -L ${srcdir} -l unidata-gen -f unidata-gen-files \ | ||
| 65 | ${srcdir} "${unidir}" | 81 | ${srcdir} "${unidir}" |
| 66 | 82 | ||
| 67 | ## Check for deleted uni- files, and if any such, force a rebuild. | 83 | ## Check for deleted uni- files, and if any such, force a rebuild. |
| @@ -69,8 +85,8 @@ ${unidir}/charprop.el: ${FORCE} ${srcdir}/unidata-gen.el \ | |||
| 69 | ## to generate a Makefile fragment explicitly listing the uni- files, | 85 | ## to generate a Makefile fragment explicitly listing the uni- files, |
| 70 | ## which this file could include. If no fragment, rebuild everything. | 86 | ## which this file could include. If no fragment, rebuild everything. |
| 71 | unifiles: ${unidir}/charprop.el | 87 | unifiles: ${unidir}/charprop.el |
| 72 | for f in `sed -n 's/^;; FILE: //p' < $<`; do \ | 88 | $(AM_V_GEN)for f in `sed -n 's/^;; FILE: //p' < $<`; do \ |
| 73 | [ -f ${unidir}/$$f ] || { ${MAKE} $< FORCE=FORCE || exit 1; break; };\ | 89 | [ -f $(unidir)/$$f ] || exec $(MAKE) PHONY_EXTRAS=$< $<; \ |
| 74 | done | 90 | done |
| 75 | 91 | ||
| 76 | .PHONY: clean bootstrap-clean distclean maintainer-clean extraclean | 92 | .PHONY: clean bootstrap-clean distclean maintainer-clean extraclean |
| @@ -90,7 +106,7 @@ maintainer-clean: distclean | |||
| 90 | ## Cf leim/ja-dic (which is much slower). | 106 | ## Cf leim/ja-dic (which is much slower). |
| 91 | extraclean: | 107 | extraclean: |
| 92 | rm -f ${top_srcdir}/src/macuvs.h | 108 | rm -f ${top_srcdir}/src/macuvs.h |
| 93 | if test -f ${unidir}/charprop.el; then \ | 109 | ifneq (,$(wildcard $(unidir)/charprop.el)) |
| 94 | (cd ${unidir} && rm -f `sed -n 's/^;; FILE: //p' < charprop.el`); \ | 110 | cd $(unidir) && \ |
| 95 | rm -f ${unidir}/charprop.el; \ | 111 | rm -f `sed -n 's/^;; FILE: //p' < charprop.el` charprop.el |
| 96 | fi | 112 | endif |
diff --git a/admin/unidata/unidata-gen.el b/admin/unidata/unidata-gen.el index d10b260b470..8af6fa0dd72 100644 --- a/admin/unidata/unidata-gen.el +++ b/admin/unidata/unidata-gen.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; unidata-gen.el -- Create files containing character property data. | 1 | ;; unidata-gen.el -- Create files containing character property data. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 5 | ;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| @@ -1329,7 +1329,7 @@ Property value is a symbol `o' (Open), `c' (Close), or `n' (None)." | |||
| 1329 | (insert (format "(define-char-code-property '%S %S\n %S)\n" | 1329 | (insert (format "(define-char-code-property '%S %S\n %S)\n" |
| 1330 | prop basename docstring)) | 1330 | prop basename docstring)) |
| 1331 | (with-temp-buffer | 1331 | (with-temp-buffer |
| 1332 | (message "Generating %s..." file) | 1332 | (or noninteractive (message "Generating %s..." file)) |
| 1333 | (when (file-exists-p file) | 1333 | (when (file-exists-p file) |
| 1334 | (insert-file-contents file) | 1334 | (insert-file-contents file) |
| 1335 | (goto-char (point-max)) | 1335 | (goto-char (point-max)) |
| @@ -1356,7 +1356,7 @@ Property value is a symbol `o' (Open), `c' (Close), or `n' (None)." | |||
| 1356 | ";; End:\n\n" | 1356 | ";; End:\n\n" |
| 1357 | (format ";; %s ends here\n" basename))) | 1357 | (format ";; %s ends here\n" basename))) |
| 1358 | (write-file file) | 1358 | (write-file file) |
| 1359 | (message "Generating %s...done" file)))) | 1359 | (or noninteractive (message "Generating %s...done" file))))) |
| 1360 | (message "Writing %s..." charprop-file) | 1360 | (message "Writing %s..." charprop-file) |
| 1361 | (insert ";; Local Variables:\n" | 1361 | (insert ";; Local Variables:\n" |
| 1362 | ";; coding: utf-8\n" | 1362 | ";; coding: utf-8\n" |
diff --git a/admin/unidata/uvs.el b/admin/unidata/uvs.el index 4a17c726712..8bad523ce35 100644 --- a/admin/unidata/uvs.el +++ b/admin/unidata/uvs.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; uvs.el --- utility for UVS (format 14) cmap subtables in OpenType fonts. | 1 | ;;; uvs.el --- utility for UVS (format 14) cmap subtables in OpenType fonts. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 5 | ;; Author: YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 6 | 6 | ||
diff --git a/admin/update-copyright b/admin/update-copyright index 5612d7f7386..459ee83ac1d 100755 --- a/admin/update-copyright +++ b/admin/update-copyright | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | # By default, this script uses the local-time calendar year. | 7 | # By default, this script uses the local-time calendar year. |
| 8 | # Set the UPDATE_COPYRIGHT_YEAR environment variable to override the default. | 8 | # Set the UPDATE_COPYRIGHT_YEAR environment variable to override the default. |
| 9 | 9 | ||
| 10 | # Copyright 2013-2014 Free Software Foundation, Inc. | 10 | # Copyright 2013-2015 Free Software Foundation, Inc. |
| 11 | 11 | ||
| 12 | # This file is part of GNU Emacs. | 12 | # This file is part of GNU Emacs. |
| 13 | 13 | ||
| @@ -37,7 +37,7 @@ export UPDATE_COPYRIGHT_USE_INTERVALS | |||
| 37 | : ${UPDATE_COPYRIGHT_YEAR=$(date +%Y)} | 37 | : ${UPDATE_COPYRIGHT_YEAR=$(date +%Y)} |
| 38 | export UPDATE_COPYRIGHT_YEAR | 38 | export UPDATE_COPYRIGHT_YEAR |
| 39 | 39 | ||
| 40 | emacsver=etc/refcards/emacsver.tex | 40 | emacsver=etc/refcards/emacsver.tex.in |
| 41 | sed 's/\\def\\year[{][0-9]*[}]/\\def\\year{'"$UPDATE_COPYRIGHT_YEAR"'}'/g \ | 41 | sed 's/\\def\\year[{][0-9]*[}]/\\def\\year{'"$UPDATE_COPYRIGHT_YEAR"'}'/g \ |
| 42 | $emacsver >$emacsver.aux && | 42 | $emacsver >$emacsver.aux && |
| 43 | { cmp -s $emacsver $emacsver.aux || | 43 | { cmp -s $emacsver $emacsver.aux || |
diff --git a/admin/update_autogen b/admin/update_autogen index af7ea83dd91..1a84030a5b0 100755 --- a/admin/update_autogen +++ b/admin/update_autogen | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #!/bin/bash | 1 | #!/bin/bash |
| 2 | ### update_autogen - update some auto-generated files in the Emacs tree | 2 | ### update_autogen - update some auto-generated files in the Emacs tree |
| 3 | 3 | ||
| 4 | ## Copyright (C) 2011-2014 Free Software Foundation, Inc. | 4 | ## Copyright (C) 2011-2015 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ## Author: Glenn Morris <rgm@gnu.org> | 6 | ## Author: Glenn Morris <rgm@gnu.org> |
| 7 | 7 | ||