changeset 32832:1ce7dce8710b

(authors-aliases): Add some more aliases. (authors): Set file coding system to iso-2022-7bit. Add file-local variables to output buffer.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 24 Oct 2000 20:41:46 +0000
parents f47362717f59
children ee1e731661c6
files lisp/emacs-lisp/authors.el
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)))