Jeremy Bryant <[email protected]> writes: > Arash Esbati <[email protected]> writes: > >> Jeremy Bryant via bug-auctex via Bug reporting list for AUCTeX >> <[email protected]> writes: >> >>> In the course of working on reftex.el, I observed the email for author >>> Carsten is out of date. >>> >>> After corresponding with Carsten, and on his behalf, I would like to >>> propose the attached. >>> >>> The patch is formatted with a changelog as per the Emacs conventions. >>> Please review for installation and let me know if any amendment >>> necessary. >> >> Thanks. But while you're at it, can you please make this change for all >> reftex*.el files? Or is there a specific reason you're touching only >> reftex.el and not the other files? >> >> Best, Arash > > Good point. I happened to be working on reftex.el, but as you point out > this change can be done across the board. I will work on it and send a > revised patch.
Revised patch attached.
>From 00d8b55094dd381b4115fba113d21f32523c74c2 Mon Sep 17 00:00:00 2001 From: Jeremy Bryant <[email protected]> Date: Wed, 16 Apr 2025 21:14:57 +0100 Subject: [PATCH] ; * lisp/textmodes/reftex.el and related: Update author email Update Carsten's email across related reftex* files: lisp/textmodes/reftex.el lisp/textmodes/reftex-auc.el lisp/textmodes/reftex-cite.el lisp/textmodes/reftex-dcr.el lisp/textmodes/reftex-global.el lisp/textmodes/reftex-index.el lisp/textmodes/reftex-parse.el lisp/textmodes/reftex-ref.el lisp/textmodes/reftex-sel.el lisp/textmodes/reftex-toc.el lisp/textmodes/reftex-vars.el lisp/textmodes/reftex.el --- lisp/textmodes/reftex-auc.el | 2 +- lisp/textmodes/reftex-cite.el | 2 +- lisp/textmodes/reftex-dcr.el | 2 +- lisp/textmodes/reftex-global.el | 2 +- lisp/textmodes/reftex-index.el | 2 +- lisp/textmodes/reftex-parse.el | 2 +- lisp/textmodes/reftex-ref.el | 2 +- lisp/textmodes/reftex-sel.el | 2 +- lisp/textmodes/reftex-toc.el | 2 +- lisp/textmodes/reftex-vars.el | 2 +- lisp/textmodes/reftex.el | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/lisp/textmodes/reftex-auc.el b/lisp/textmodes/reftex-auc.el index 7302156a60b..88cf1b1a3cf 100644 --- a/lisp/textmodes/reftex-auc.el +++ b/lisp/textmodes/reftex-auc.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1997-2025 Free Software Foundation, Inc. -;; Author: Carsten Dominik <[email protected]> +;; Author: Carsten Dominik <[email protected]> ;; Maintainer: [email protected] ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex-cite.el b/lisp/textmodes/reftex-cite.el index fe6751a13f6..0f296d0ba0f 100644 --- a/lisp/textmodes/reftex-cite.el +++ b/lisp/textmodes/reftex-cite.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1997-2025 Free Software Foundation, Inc. -;; Author: Carsten Dominik <[email protected]> +;; Author: Carsten Dominik <[email protected]> ;; Maintainer: [email protected] ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex-dcr.el b/lisp/textmodes/reftex-dcr.el index 77516ca840a..65d0670bc35 100644 --- a/lisp/textmodes/reftex-dcr.el +++ b/lisp/textmodes/reftex-dcr.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1997-2025 Free Software Foundation, Inc. -;; Author: Carsten Dominik <[email protected]> +;; Author: Carsten Dominik <[email protected]> ;; Maintainer: [email protected] ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex-global.el b/lisp/textmodes/reftex-global.el index 20abd36192d..1473e860995 100644 --- a/lisp/textmodes/reftex-global.el +++ b/lisp/textmodes/reftex-global.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1997-2025 Free Software Foundation, Inc. -;; Author: Carsten Dominik <[email protected]> +;; Author: Carsten Dominik <[email protected]> ;; Maintainer: [email protected] ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex-index.el b/lisp/textmodes/reftex-index.el index db6ebb4caf8..4b5b7c375ed 100644 --- a/lisp/textmodes/reftex-index.el +++ b/lisp/textmodes/reftex-index.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1997-2025 Free Software Foundation, Inc. -;; Author: Carsten Dominik <[email protected]> +;; Author: Carsten Dominik <[email protected]> ;; Maintainer: [email protected] ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex-parse.el b/lisp/textmodes/reftex-parse.el index 7795c583076..3a2ce5a2c2f 100644 --- a/lisp/textmodes/reftex-parse.el +++ b/lisp/textmodes/reftex-parse.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1997-2025 Free Software Foundation, Inc. -;; Author: Carsten Dominik <[email protected]> +;; Author: Carsten Dominik <[email protected]> ;; Maintainer: [email protected] ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex-ref.el b/lisp/textmodes/reftex-ref.el index 30e9968a8e5..5c0de710028 100644 --- a/lisp/textmodes/reftex-ref.el +++ b/lisp/textmodes/reftex-ref.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1997-2025 Free Software Foundation, Inc. -;; Author: Carsten Dominik <[email protected]> +;; Author: Carsten Dominik <[email protected]> ;; Maintainer: [email protected] ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex-sel.el b/lisp/textmodes/reftex-sel.el index 1f1c74550a5..f264098cd66 100644 --- a/lisp/textmodes/reftex-sel.el +++ b/lisp/textmodes/reftex-sel.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1997-2025 Free Software Foundation, Inc. -;; Author: Carsten Dominik <[email protected]> +;; Author: Carsten Dominik <[email protected]> ;; Maintainer: [email protected] ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex-toc.el b/lisp/textmodes/reftex-toc.el index d8d09da5ed0..61710ca3b38 100644 --- a/lisp/textmodes/reftex-toc.el +++ b/lisp/textmodes/reftex-toc.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1997-2025 Free Software Foundation, Inc. -;; Author: Carsten Dominik <[email protected]> +;; Author: Carsten Dominik <[email protected]> ;; Maintainer: [email protected] ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el index 49343b85de7..6c852566df9 100644 --- a/lisp/textmodes/reftex-vars.el +++ b/lisp/textmodes/reftex-vars.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1997-1999, 2001-2025 Free Software Foundation, Inc. -;; Author: Carsten Dominik <[email protected]> +;; Author: Carsten Dominik <[email protected]> ;; Maintainer: [email protected] ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el index e51e03ca350..21587ecee38 100644 --- a/lisp/textmodes/reftex.el +++ b/lisp/textmodes/reftex.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1997-2025 Free Software Foundation, Inc. -;; Author: Carsten Dominik <[email protected]> +;; Author: Carsten Dominik <[email protected]> ;; Maintainer: [email protected] ;; Keywords: tex -- 2.47.2
_______________________________________________ bug-auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-auctex
