emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master fb711d7: Change maintainer address.


From: Jay Belanger
Subject: [Emacs-diffs] master fb711d7: Change maintainer address.
Date: Tue, 03 Nov 2015 22:18:06 +0000

branch: master
commit fb711d7275a6c18bcc15cc17af6e20b23191ab40
Author: Jay Belanger <address@hidden>
Commit: Jay Belanger <address@hidden>

    Change maintainer address.
    
    * lisp/calc/calc (calc-bug-address): Change address.
---
 admin/MAINTAINERS       |    6 ------
 lisp/calc/calc-aent.el  |    1 -
 lisp/calc/calc-alg.el   |    1 -
 lisp/calc/calc-arith.el |    1 -
 lisp/calc/calc-bin.el   |    1 -
 lisp/calc/calc-comb.el  |    1 -
 lisp/calc/calc-cplx.el  |    1 -
 lisp/calc/calc-embed.el |    1 -
 lisp/calc/calc-ext.el   |    1 -
 lisp/calc/calc-fin.el   |    1 -
 lisp/calc/calc-forms.el |    1 -
 lisp/calc/calc-frac.el  |    1 -
 lisp/calc/calc-funcs.el |    1 -
 lisp/calc/calc-graph.el |    1 -
 lisp/calc/calc-help.el  |    1 -
 lisp/calc/calc-incom.el |    1 -
 lisp/calc/calc-keypd.el |    1 -
 lisp/calc/calc-lang.el  |    1 -
 lisp/calc/calc-macs.el  |    1 -
 lisp/calc/calc-map.el   |    1 -
 lisp/calc/calc-math.el  |    1 -
 lisp/calc/calc-menu.el  |    2 --
 lisp/calc/calc-misc.el  |    1 -
 lisp/calc/calc-mode.el  |    1 -
 lisp/calc/calc-mtx.el   |    1 -
 lisp/calc/calc-nlfit.el |    2 --
 lisp/calc/calc-poly.el  |    1 -
 lisp/calc/calc-prog.el  |    1 -
 lisp/calc/calc-rewr.el  |    1 -
 lisp/calc/calc-rules.el |    1 -
 lisp/calc/calc-sel.el   |    1 -
 lisp/calc/calc-stat.el  |    1 -
 lisp/calc/calc-store.el |    1 -
 lisp/calc/calc-stuff.el |    1 -
 lisp/calc/calc-trail.el |    1 -
 lisp/calc/calc-undo.el  |    1 -
 lisp/calc/calc-units.el |    1 -
 lisp/calc/calc-vec.el   |    1 -
 lisp/calc/calc-yank.el  |    1 -
 lisp/calc/calc.el       |    3 +--
 lisp/calc/calcalg2.el   |    1 -
 lisp/calc/calcalg3.el   |    1 -
 lisp/calc/calccomp.el   |    1 -
 lisp/calc/calcsel2.el   |    1 -
 44 files changed, 1 insertions(+), 52 deletions(-)

diff --git a/admin/MAINTAINERS b/admin/MAINTAINERS
index 322803b..3b863c7 100644
--- a/admin/MAINTAINERS
+++ b/admin/MAINTAINERS
@@ -46,12 +46,6 @@ Stefan Monnier
        minibuffer completion
        lisp/outline.el
 
-Jay Belanger
-        Calc
-            lisp/calc/*
-            etc/calccard.tex
-            doc/misc/calc.texi
-
 Bastien Guerry
         Org
             lisp/org/*
diff --git a/lisp/calc/calc-aent.el b/lisp/calc/calc-aent.el
index f4754c7..3cc9d69 100644
--- a/lisp/calc/calc-aent.el
+++ b/lisp/calc/calc-aent.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: Dave Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-alg.el b/lisp/calc/calc-alg.el
index ebc5ba6..b163992 100644
--- a/lisp/calc/calc-alg.el
+++ b/lisp/calc/calc-alg.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger  <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-arith.el b/lisp/calc/calc-arith.el
index de27c56..12cc5d3 100644
--- a/lisp/calc/calc-arith.el
+++ b/lisp/calc/calc-arith.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-bin.el b/lisp/calc/calc-bin.el
index 9a1e524..b22aea1 100644
--- a/lisp/calc/calc-bin.el
+++ b/lisp/calc/calc-bin.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-comb.el b/lisp/calc/calc-comb.el
index 4e52a3b..5faa1a3 100644
--- a/lisp/calc/calc-comb.el
+++ b/lisp/calc/calc-comb.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-cplx.el b/lisp/calc/calc-cplx.el
index edcd3c2..1b99d56 100644
--- a/lisp/calc/calc-cplx.el
+++ b/lisp/calc/calc-cplx.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-embed.el b/lisp/calc/calc-embed.el
index d0efe53..fe23408 100644
--- a/lisp/calc/calc-embed.el
+++ b/lisp/calc/calc-embed.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-ext.el b/lisp/calc/calc-ext.el
index 9adf66f..6edc266 100644
--- a/lisp/calc/calc-ext.el
+++ b/lisp/calc/calc-ext.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-fin.el b/lisp/calc/calc-fin.el
index 76c34e6..a31859d 100644
--- a/lisp/calc/calc-fin.el
+++ b/lisp/calc/calc-fin.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-forms.el b/lisp/calc/calc-forms.el
index 08fa5ce..63674a1 100644
--- a/lisp/calc/calc-forms.el
+++ b/lisp/calc/calc-forms.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-frac.el b/lisp/calc/calc-frac.el
index 830bafe..ddf6762 100644
--- a/lisp/calc/calc-frac.el
+++ b/lisp/calc/calc-frac.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-funcs.el b/lisp/calc/calc-funcs.el
index 51922c8..b96cbd5 100644
--- a/lisp/calc/calc-funcs.el
+++ b/lisp/calc/calc-funcs.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-graph.el b/lisp/calc/calc-graph.el
index 20b0249..4ae6ec5 100644
--- a/lisp/calc/calc-graph.el
+++ b/lisp/calc/calc-graph.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-help.el b/lisp/calc/calc-help.el
index 33cb1c1..36e09b9 100644
--- a/lisp/calc/calc-help.el
+++ b/lisp/calc/calc-help.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-incom.el b/lisp/calc/calc-incom.el
index b2856b9..14de2ca 100644
--- a/lisp/calc/calc-incom.el
+++ b/lisp/calc/calc-incom.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-keypd.el b/lisp/calc/calc-keypd.el
index 18e900d..6980cd6 100644
--- a/lisp/calc/calc-keypd.el
+++ b/lisp/calc/calc-keypd.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-lang.el b/lisp/calc/calc-lang.el
index 9436606..4b1c4f5 100644
--- a/lisp/calc/calc-lang.el
+++ b/lisp/calc/calc-lang.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-macs.el b/lisp/calc/calc-macs.el
index 9730d30..e6bc2de 100644
--- a/lisp/calc/calc-macs.el
+++ b/lisp/calc/calc-macs.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-map.el b/lisp/calc/calc-map.el
index d2c9da8..9bf391a 100644
--- a/lisp/calc/calc-map.el
+++ b/lisp/calc/calc-map.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-math.el b/lisp/calc/calc-math.el
index e7d073a..5e6c14a 100644
--- a/lisp/calc/calc-math.el
+++ b/lisp/calc/calc-math.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-menu.el b/lisp/calc/calc-menu.el
index 8610090..4a3ad87 100644
--- a/lisp/calc/calc-menu.el
+++ b/lisp/calc/calc-menu.el
@@ -2,8 +2,6 @@
 
 ;; Copyright (C) 2007-2015 Free Software Foundation, Inc.
 
-;; Maintainer: Jay Belanger <address@hidden>
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software: you can redistribute it and/or modify
diff --git a/lisp/calc/calc-misc.el b/lisp/calc/calc-misc.el
index aa0ccb7..6acda2b 100644
--- a/lisp/calc/calc-misc.el
+++ b/lisp/calc/calc-misc.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-mode.el b/lisp/calc/calc-mode.el
index 3ed9612..6c986b2 100644
--- a/lisp/calc/calc-mode.el
+++ b/lisp/calc/calc-mode.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-mtx.el b/lisp/calc/calc-mtx.el
index b8c5ff9..75e33ca 100644
--- a/lisp/calc/calc-mtx.el
+++ b/lisp/calc/calc-mtx.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-nlfit.el b/lisp/calc/calc-nlfit.el
index 8e0eb73..41dc8f4 100644
--- a/lisp/calc/calc-nlfit.el
+++ b/lisp/calc/calc-nlfit.el
@@ -2,8 +2,6 @@
 
 ;; Copyright (C) 2007-2015 Free Software Foundation, Inc.
 
-;; Maintainer: Jay Belanger <address@hidden>
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software: you can redistribute it and/or modify
diff --git a/lisp/calc/calc-poly.el b/lisp/calc/calc-poly.el
index 1dab3c4..bd9a9f9 100644
--- a/lisp/calc/calc-poly.el
+++ b/lisp/calc/calc-poly.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-prog.el b/lisp/calc/calc-prog.el
index 8d97bc6..0d55823 100644
--- a/lisp/calc/calc-prog.el
+++ b/lisp/calc/calc-prog.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-rewr.el b/lisp/calc/calc-rewr.el
index e57a6b4..4ab0f44 100644
--- a/lisp/calc/calc-rewr.el
+++ b/lisp/calc/calc-rewr.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-rules.el b/lisp/calc/calc-rules.el
index 4489f66..c4e2f2b 100644
--- a/lisp/calc/calc-rules.el
+++ b/lisp/calc/calc-rules.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-sel.el b/lisp/calc/calc-sel.el
index ec104ee..8130bae 100644
--- a/lisp/calc/calc-sel.el
+++ b/lisp/calc/calc-sel.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-stat.el b/lisp/calc/calc-stat.el
index a797db2..b9b8028 100644
--- a/lisp/calc/calc-stat.el
+++ b/lisp/calc/calc-stat.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-store.el b/lisp/calc/calc-store.el
index 2684e62..fa2bf07 100644
--- a/lisp/calc/calc-store.el
+++ b/lisp/calc/calc-store.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-stuff.el b/lisp/calc/calc-stuff.el
index 91ef259a..81be0b8 100644
--- a/lisp/calc/calc-stuff.el
+++ b/lisp/calc/calc-stuff.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-trail.el b/lisp/calc/calc-trail.el
index 9417f7f..441c122 100644
--- a/lisp/calc/calc-trail.el
+++ b/lisp/calc/calc-trail.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-undo.el b/lisp/calc/calc-undo.el
index 28c1679..6d4473c 100644
--- a/lisp/calc/calc-undo.el
+++ b/lisp/calc/calc-undo.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-units.el b/lisp/calc/calc-units.el
index a450d8f..403f008 100644
--- a/lisp/calc/calc-units.el
+++ b/lisp/calc/calc-units.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-vec.el b/lisp/calc/calc-vec.el
index cd15770..61bcb41 100644
--- a/lisp/calc/calc-vec.el
+++ b/lisp/calc/calc-vec.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc-yank.el b/lisp/calc/calc-yank.el
index 5105ba9..37efadd 100644
--- a/lisp/calc/calc-yank.el
+++ b/lisp/calc/calc-yank.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el
index e44226d..07ea4fc 100644
--- a/lisp/calc/calc.el
+++ b/lisp/calc/calc.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 ;; Keywords: convenience, extensions
 
 ;; This file is part of GNU Emacs.
@@ -487,7 +486,7 @@ to be identified as that note."
   "Face used to show the selected portion of a formula."
   :group 'calc)
 
-(defvar calc-bug-address "address@hidden"
+(defvar calc-bug-address "address@hidden"
   "Address of the maintainer of Calc, for use by `report-calc-bug'.")
 
 (defvar calc-scan-for-dels t
diff --git a/lisp/calc/calcalg2.el b/lisp/calc/calcalg2.el
index 55064a3..23c972c 100644
--- a/lisp/calc/calcalg2.el
+++ b/lisp/calc/calcalg2.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calcalg3.el b/lisp/calc/calcalg3.el
index 957f120..a9c8eef 100644
--- a/lisp/calc/calcalg3.el
+++ b/lisp/calc/calcalg3.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calccomp.el b/lisp/calc/calccomp.el
index 119f419..81a035d 100644
--- a/lisp/calc/calccomp.el
+++ b/lisp/calc/calccomp.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/lisp/calc/calcsel2.el b/lisp/calc/calcsel2.el
index ace2684..df86e2d 100644
--- a/lisp/calc/calcsel2.el
+++ b/lisp/calc/calcsel2.el
@@ -3,7 +3,6 @@
 ;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <address@hidden>
-;; Maintainer: Jay Belanger <address@hidden>
 
 ;; This file is part of GNU Emacs.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]