]> git.eshelyaron.com Git - emacs.git/commitdiff
* admin/authors.el (authors-aliases): Addition.
authorGlenn Morris <rgm@gnu.org>
Sat, 3 Jun 2017 00:29:34 +0000 (20:29 -0400)
committerGlenn Morris <rgm@gnu.org>
Sat, 3 Jun 2017 00:29:34 +0000 (20:29 -0400)
admin/authors.el

index a361bf9ee2f42290b55fff78fd82ab9f9698c762..4285e65548e937b9e28381713e7fec562ef022d6 100644 (file)
@@ -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 .*rct@thompsonclan")
     ("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))