diff options
| author | Jan Djärv <jan.h.d@swipnet.se> | 2003-01-26 18:39:08 +0000 |
|---|---|---|
| committer | Jan Djärv <jan.h.d@swipnet.se> | 2003-01-26 18:39:08 +0000 |
| commit | 66fd374bab05026da092646f3af0855c1cf54bdf (patch) | |
| tree | aa23f8b3d01cf59d19b1301679d15a3ea8d16f82 /lisp | |
| parent | 1d1885fc4d26a01772c3c18335339493200319fa (diff) | |
| download | emacs-66fd374bab05026da092646f3af0855c1cf54bdf.tar.gz | |
Added Jan D in alias
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/emacs-lisp/authors.el | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4319ef62760..62b37a7a7fb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-01-26 Jan D. <jan.h.d@swipnet.se> + + * emacs-lisp/authors.el (authors-aliases): Add Jan D. + Set iso-2022-7bit coding: cookie. + 2003-01-26 Kim F. Storm <storm@cua.dk> * info.el (Info-extract-menu-node-name): Fix 2003-01-24 change. diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el index 149a02f07a0..c7c1da5e491 100644 --- a/lisp/emacs-lisp/authors.el +++ b/lisp/emacs-lisp/authors.el @@ -1,4 +1,4 @@ -;;; authors.el --- utility for maintaining Emacs' AUTHORS file +;;; authors.el --- utility for maintaining Emacs' AUTHORS file -*-coding: iso-2022-7bit;-*- ;; Copyright (C) 2000 Free Software Foundation, Inc. @@ -68,7 +68,7 @@ file individually.") ("Edward M Reingold" . "Edward M. Reingold") ("Eric Ludlam" . "Eric M. Ludlam") ("Eric Raymond" . "Eric S. Raymond") - ("Francois Pinard" . "François Pinard") + ("Francois Pinard" . "Fran,Ag(Bois Pinard") ("Fred Pierresteguy" . "Frederic Pierresteguy") ("Hallvard B Furuseth" . "Hallvard B. Furuseth") ("ISO-2022-JP" . "ignore") @@ -94,6 +94,8 @@ file individually.") ("Francesco Potorti`" . "Francesco Potorti") ("Roland Roberts" . "Roland B. Roberts") ("David Smith" . "David M. Smith") + ("Jan Djarv" . "Jan Dj,Ad(Brv") + ("Jan D." . "Jan Dj,Ad(Brv") ) "Alist of author aliases. |
