aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/authors.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/authors.el b/admin/authors.el
index c7ec3bcfdd6..547e046a8d7 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -1154,7 +1154,7 @@ it is found in `authors-fixed-case'."
1154 (setq regexps (cdr regexps)))))) 1154 (setq regexps (cdr regexps))))))
1155 (when author 1155 (when author
1156 (setq author (replace-regexp-in-string "[ \t]*[(<].*$" "" author)) 1156 (setq author (replace-regexp-in-string "[ \t]*[(<].*$" "" author))
1157 (setq author (replace-regexp-in-string "\`[ \t]+" "" author)) 1157 (setq author (replace-regexp-in-string "\\`[ \t]+" "" author))
1158 (setq author (replace-regexp-in-string "[ \t]+$" "" author)) 1158 (setq author (replace-regexp-in-string "[ \t]+$" "" author))
1159 (setq author (replace-regexp-in-string "[ \t]+" " " author)) 1159 (setq author (replace-regexp-in-string "[ \t]+" " " author))
1160 (unless (string-match "[-, \t]" author) 1160 (unless (string-match "[-, \t]" author)