# HG changeset patch # User Gerd Moellmann # Date 972420106 0 # Node ID 1ce7dce8710b00a7f61513043ffb63107ecbe55b # Parent f47362717f59b6c3348d16b226ffe80f598b2638 (authors-aliases): Add some more aliases. (authors): Set file coding system to iso-2022-7bit. Add file-local variables to output buffer. diff -r f47362717f59 -r 1ce7dce8710b lisp/emacs-lisp/authors.el --- a/lisp/emacs-lisp/authors.el Tue Oct 24 15:18:19 2000 +0000 +++ b/lisp/emacs-lisp/authors.el Tue Oct 24 20:41:46 2000 +0000 @@ -79,6 +79,8 @@ ("Reingold Edward M" . "Edward M. Reingold") ("Roland B Roberts" . "Roland B. Roberts") ("Sam Shteingold" . "Sam Steingold") + ("W{\L}Odek Bzyl" . "Wlodzimierz Bzyl") + ("Kenneth Manheimer" . "Ken Manheimer") ("Kenichi HANDA" . "Kenichi Handa")) "Alist of author aliases. @@ -284,8 +286,10 @@ (authors-scan-el file table))) (set-buffer (get-buffer-create buffer-name)) (erase-buffer) + (set-buffer-file-coding-system 'iso-2022-7bit) (maphash #'authors-print table) (sort-lines nil (point-min) (point-max)) + (insert "\nLocal" " Variables:\ncoding: iso-2022-7bit\nEnd:\n") (pop-to-buffer buffer-name)))