diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-09-16 22:42:57 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-09-16 22:43:33 -0700 |
commit | e643aa95052c098a450ab05dd413adf0c1f62a72 (patch) | |
tree | ede1cce6d5d46fd98c6297f4f45c47463b9fc104 /lisp/gnus/mm-uu.el | |
parent | 032ce1c7d1afb23e6b1265d91c5a97e45de071ce (diff) | |
download | emacs-e643aa95052c098a450ab05dd413adf0c1f62a72.tar.gz emacs-e643aa95052c098a450ab05dd413adf0c1f62a72.tar.bz2 emacs-e643aa95052c098a450ab05dd413adf0c1f62a72.zip |
; Use proper accents in Peter von der Ahé’s name
Diffstat (limited to 'lisp/gnus/mm-uu.el')
-rw-r--r-- | lisp/gnus/mm-uu.el | 6 |
1 files changed, 5 insertions, 1 deletions
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 |