aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorPaul Eggert2015-09-16 22:42:57 -0700
committerPaul Eggert2015-09-16 22:43:33 -0700
commite643aa95052c098a450ab05dd413adf0c1f62a72 (patch)
treeede1cce6d5d46fd98c6297f4f45c47463b9fc104 /lisp
parent032ce1c7d1afb23e6b1265d91c5a97e45de071ce (diff)
downloademacs-e643aa95052c098a450ab05dd413adf0c1f62a72.tar.gz
emacs-e643aa95052c098a450ab05dd413adf0c1f62a72.zip
; Use proper accents in Peter von der Ahé’s name
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/ChangeLog.22
-rw-r--r--lisp/gnus/mm-uu.el6
2 files changed, 6 insertions, 2 deletions
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
77142002-10-02 Peter von der Ahe <nospam2159@daimi.au.dk> 77142002-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