diff options
-rw-r--r-- | admin/authors.el | 2 | ||||
-rw-r--r-- | etc/AUTHORS | 2 | ||||
-rw-r--r-- | lisp/gnus/ChangeLog.2 | 2 | ||||
-rw-r--r-- | lisp/gnus/mm-uu.el | 6 |
4 files changed, 8 insertions, 4 deletions
diff --git a/admin/authors.el b/admin/authors.el index 0afb3a8d835..092da68dbce 100644 --- a/admin/authors.el +++ b/admin/authors.el @@ -212,7 +212,7 @@ If REALNAME is nil, ignore that author.") "Michael McNamara" "Mike McEwan" "Nelson Jose dos Santos Ferreira" - "Peter von der Ahe" + "Peter von der Ahé" "Peter O'Gorman" "Piet van Oostrum" "Roland McGrath" diff --git a/etc/AUTHORS b/etc/AUTHORS index cf08cf8a647..f3adef4afa2 100644 --- a/etc/AUTHORS +++ b/etc/AUTHORS @@ -3479,7 +3479,7 @@ Peter Stephenson: wrote vcursor.el Peter Tury: changed org.texi -Peter von der Ahe: changed gnus-ems.el +Peter von der Ahé: changed gnus-ems.el Peter Whaite: changed data.c diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2 index ce8e1b91e4f..29ab9788bba 100644 --- a/lisp/gnus/ChangeLog.2 +++ b/lisp/gnus/ChangeLog.2 @@ -7711,7 +7711,7 @@ (gnus-agent-fetch-selected-article): New function for gnus-select-article-hook or gnus-mark-article-hook. -2002-10-02 Peter von der Ahe <nospam2159@daimi.au.dk> +2002-10-02 Peter von der Ahé <nospam2159@daimi.au.dk> * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to raw-text. diff --git a/lisp/gnus/mm-uu.el b/lisp/gnus/mm-uu.el index 8304f6f6a38..3d1515e8473 100644 --- a/lisp/gnus/mm-uu.el +++ b/lisp/gnus/mm-uu.el @@ -118,7 +118,7 @@ This can be either \"inline\" or \"attachment\".") mm-uu-shar-extract) (forward ;; Thanks to Edward J. Sabol <sabol@alderaan.gsfc.nasa.gov> and - ;; Peter von der Ah\'e <pahe@daimi.au.dk> + ;; Peter von der Ahé <pahe@daimi.au.dk> "^-+ \\(Start of \\)?Forwarded message" "^-+ End \\(of \\)?forwarded message" mm-uu-forward-extract @@ -771,4 +771,8 @@ Assume text has been decoded if DECODED is non-nil." (provide 'mm-uu) +;; Local Variables: +;; coding: utf-8 +;; End: + ;;; mm-uu.el ends here |