mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
* admin/authors.el (authors-aliases): Addition.
This commit is contained in:
parent
182912c7a9
commit
606bfcf00e
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user