mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 06:50:23 -08:00
(authors-aliases): Add some more aliases.
(authors): Set file coding system to iso-2022-7bit. Add file-local variables to output buffer.
This commit is contained in:
parent
fe50b6abd8
commit
0a9ad6144d
1 changed files with 4 additions and 0 deletions
|
|
@ -79,6 +79,8 @@ file individually.")
|
|||
("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 @@ buffer *Authors* containing authorship information."
|
|||
(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)))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue