diff options
| author | Paul Eggert | 2015-09-16 22:42:57 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-09-16 22:43:33 -0700 |
| commit | e643aa95052c098a450ab05dd413adf0c1f62a72 (patch) | |
| tree | ede1cce6d5d46fd98c6297f4f45c47463b9fc104 | |
| parent | 032ce1c7d1afb23e6b1265d91c5a97e45de071ce (diff) | |
| download | emacs-e643aa95052c098a450ab05dd413adf0c1f62a72.tar.gz emacs-e643aa95052c098a450ab05dd413adf0c1f62a72.zip | |
; Use proper accents in Peter von der Ahé’s name
| -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.") | |||
| 212 | "Michael McNamara" | 212 | "Michael McNamara" |
| 213 | "Mike McEwan" | 213 | "Mike McEwan" |
| 214 | "Nelson Jose dos Santos Ferreira" | 214 | "Nelson Jose dos Santos Ferreira" |
| 215 | "Peter von der Ahe" | 215 | "Peter von der Ahé" |
| 216 | "Peter O'Gorman" | 216 | "Peter O'Gorman" |
| 217 | "Piet van Oostrum" | 217 | "Piet van Oostrum" |
| 218 | "Roland McGrath" | 218 | "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 | |||
| 3479 | 3479 | ||
| 3480 | Peter Tury: changed org.texi | 3480 | Peter Tury: changed org.texi |
| 3481 | 3481 | ||
| 3482 | Peter von der Ahe: changed gnus-ems.el | 3482 | Peter von der Ahé: changed gnus-ems.el |
| 3483 | 3483 | ||
| 3484 | Peter Whaite: changed data.c | 3484 | Peter Whaite: changed data.c |
| 3485 | 3485 | ||
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 @@ | |||
| 7711 | (gnus-agent-fetch-selected-article): New function for | 7711 | (gnus-agent-fetch-selected-article): New function for |
| 7712 | gnus-select-article-hook or gnus-mark-article-hook. | 7712 | gnus-select-article-hook or gnus-mark-article-hook. |
| 7713 | 7713 | ||
| 7714 | 2002-10-02 Peter von der Ahe <nospam2159@daimi.au.dk> | 7714 | 2002-10-02 Peter von der Ahé <nospam2159@daimi.au.dk> |
| 7715 | 7715 | ||
| 7716 | * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to | 7716 | * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to |
| 7717 | raw-text. | 7717 | 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\".") | |||
| 118 | mm-uu-shar-extract) | 118 | mm-uu-shar-extract) |
| 119 | (forward | 119 | (forward |
| 120 | ;; Thanks to Edward J. Sabol <sabol@alderaan.gsfc.nasa.gov> and | 120 | ;; Thanks to Edward J. Sabol <sabol@alderaan.gsfc.nasa.gov> and |
| 121 | ;; Peter von der Ah\'e <pahe@daimi.au.dk> | 121 | ;; Peter von der Ahé <pahe@daimi.au.dk> |
| 122 | "^-+ \\(Start of \\)?Forwarded message" | 122 | "^-+ \\(Start of \\)?Forwarded message" |
| 123 | "^-+ End \\(of \\)?forwarded message" | 123 | "^-+ End \\(of \\)?forwarded message" |
| 124 | mm-uu-forward-extract | 124 | mm-uu-forward-extract |
| @@ -771,4 +771,8 @@ Assume text has been decoded if DECODED is non-nil." | |||
| 771 | 771 | ||
| 772 | (provide 'mm-uu) | 772 | (provide 'mm-uu) |
| 773 | 773 | ||
| 774 | ;; Local Variables: | ||
| 775 | ;; coding: utf-8 | ||
| 776 | ;; End: | ||
| 777 | |||
| 774 | ;;; mm-uu.el ends here | 778 | ;;; mm-uu.el ends here |