;; Created: 1993/11/21
;; Renamed: 1993/11/27 from mh-e-mime.el
;; Renamed: 1997/02/21 from tm-mh-e.el
-;; Version: $Revision: 0.22 $
+;; Version: $Revision: 0.23 $
;; Keywords: MH, MIME, multimedia, encoded-word, multilingual, mail
;; This file is part of emh.
;;;
(defconst emh-RCS-ID
- "$Id: emh.el,v 0.22 1997-11-15 15:37:34 morioka Exp $")
+ "$Id: emh.el,v 0.23 1997-11-26 09:40:34 morioka Exp $")
(defconst emh-version (get-version-string emh-RCS-ID))
(setq abuf (get-buffer-create aname))
(set-buffer abuf)
)
- (as-binary-input-file
- (insert-file-contents msg-filename)
- ;; (goto-char (point-min))
- (while (re-search-forward "\r$" nil t)
- (replace-match "")
- )
- )
+ (let ((coding-system-for-read 'raw-text))
+ (insert-file-contents msg-filename)
+ )
(set-buffer-modified-p nil)
(setq buffer-read-only t)
(setq buffer-file-name msg-filename)