emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 6c63204 1/3: Fix an entry in authors-aliases


From: Nicolas Petton
Subject: [Emacs-diffs] emacs-26 6c63204 1/3: Fix an entry in authors-aliases
Date: Sat, 13 Jan 2018 15:50:40 -0500 (EST)

branch: emacs-26
commit 6c63204b8c57686246f8a0ff27d0030ac38b6637
Author: Nicolas Petton <address@hidden>
Commit: Nicolas Petton <address@hidden>

    Fix an entry in authors-aliases
    
    * admin/authors.el (authors-aliases): Replace regexp from "Max", which
    is too broad, to an email address ("address@hidden").
---
 admin/authors.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/admin/authors.el b/admin/authors.el
index 95d9ed1..8c94014 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -130,7 +130,7 @@ files.")
     ("Agustín Martín" "Agustin Martin" "Agustín Martín Domingo")
     ("Martin Lorentzon" "Martin Lorentzson")
     ("Matt Swift" "Matthew Swift")
-    (nil "Max")
+    (nil "address@hidden")
     ("Maxime Edouard Robert Froumentin" "Max Froumentin")
     ("Michael R. Mauger" "Michael Mauger")
     ("Michael D. Ernst" "Michael Ernst")



reply via email to

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