1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

; Use proper accents in Peter von der Ahé’s name

This commit is contained in:
Paul Eggert 2015-09-16 22:42:57 -07:00
parent 032ce1c7d1
commit e643aa9505
4 changed files with 8 additions and 4 deletions

View File

@ -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"

View File

@ -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

View File

@ -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.

View File

@ -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