Mercurial > hg > xemacs-beta
diff lisp/tm/gnus-charset.el @ 12:bcdc7deadc19 r19-15b7
Import from CVS: tag r19-15b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:48:16 +0200 |
parents | 4b173ad71786 |
children | e04119814345 |
line wrap: on
line diff
--- a/lisp/tm/gnus-charset.el Mon Aug 13 08:47:56 2007 +0200 +++ b/lisp/tm/gnus-charset.el Mon Aug 13 08:48:16 2007 +0200 @@ -5,7 +5,7 @@ ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp> ;; Created: 1996/8/6 ;; Version: -;; $Id: gnus-charset.el,v 1.2 1996/12/22 00:29:34 steve Exp $ +;; $Id: gnus-charset.el,v 1.3 1997/01/04 21:20:10 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 ()