diff lisp/tm/gnus-charset.el @ 78:c7528f8e288d r20-0b34

Import from CVS: tag r20-0b34
author cvs
date Mon, 13 Aug 2007 09:05:42 +0200
parents 54cc21c15cbb
children fe104dbd9147
line wrap: on
line diff
--- a/lisp/tm/gnus-charset.el	Mon Aug 13 09:05:11 2007 +0200
+++ b/lisp/tm/gnus-charset.el	Mon Aug 13 09:05:42 2007 +0200
@@ -5,7 +5,7 @@
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Created: 1996/8/6
 ;; Version:
-;;	$Id: gnus-charset.el,v 1.1.1.2 1996/12/21 20:50:47 steve Exp $
+;;	$Id: gnus-charset.el,v 1.2 1997/01/04 23:05:18 steve Exp $
 ;; Keywords: news, MIME, multimedia, multilingual, encoded-word
 
 ;; This file is not part of GNU Emacs yet.
@@ -107,7 +107,12 @@
                          after-insert-file-functions)
                    '(jam-code-guess-after-insert-file-function))))
           (insert-file-contents filename visit beg end replace))
-        ))
+        )
+       ;; for gnspool on OS/2
+       (while (re-search-forward "\r$" nil t)
+	 (replace-match "")
+	 )
+       )
      ;; imported from Red Gnus 0.66
      (or (fboundp 'nnheader-auto-mode-alist)
          (defun nnheader-auto-mode-alist ()