emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 606bfcf: * admin/authors.el (authors-aliases): Addi


From: Glenn Morris
Subject: [Emacs-diffs] master 606bfcf: * admin/authors.el (authors-aliases): Addition.
Date: Fri, 2 Jun 2017 20:29:43 -0400 (EDT)

branch: master
commit 606bfcf00ed39f4f05045dbbdb3a6f12ec4baf03
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * admin/authors.el (authors-aliases): Addition.
---
 admin/authors.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/admin/authors.el b/admin/authors.el
index a361bf9..4285e65 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -154,6 +154,7 @@ files.")
     ("Roland B. Roberts" "Roland B Roberts" "Roland Roberts")
     ("Ron Schnell" "Ronnie Schnell")
     ("Rui-Tao Dong" "Rui-Tao Dong ~{6-HpLN~}")
+    ("Ryan Thompson" "Ryan address@hidden")
     ("Sacha Chua" "Sandra Jean Chua")
     ("Sam Steingold" "Sam Shteingold")
     ("Satyaki Das" "Indexed search by Satyaki Das")
@@ -1240,6 +1241,7 @@ it is found in `authors-fixed-case'."
     (setq author (replace-regexp-in-string "\\`[ \t]+" "" author))
     (setq author (replace-regexp-in-string "[ \t]+$" "" author))
     (setq author (replace-regexp-in-string "[ \t]+" " " author))
+    ;; NB this ignores the first name only case.
     (unless (string-match "[-, \t]" author)
       (setq author ""))
     (or (car (member author authors-fixed-case))



reply via email to

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