/[emacs]/emacs/lisp/mail/rmail.el
ViewVC logotype

Diff of /emacs/lisp/mail/rmail.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.351 by pj, Thu Dec 13 07:52:26 2001 UTC revision 1.352 by rms, Fri Jan 11 21:23:40 2002 UTC
# Line 790  Note:    it means the file has no messag Line 790  Note:    it means the file has no messag
790      (unless (memq coding-system      (unless (memq coding-system
791                    '(undecided undecided-unix))                    '(undecided undecided-unix))
792        (set-buffer-modified-p t)         ; avoid locking when decoding        (set-buffer-modified-p t)         ; avoid locking when decoding
793        (decode-coding-region from to coding-system)        (let ((buffer-undo-list t))
794            (decode-coding-region from to coding-system))
795        (setq coding-system last-coding-system-used))        (setq coding-system last-coding-system-used))
796      (set-buffer-modified-p modifiedp)      (set-buffer-modified-p modifiedp)
797      (setq buffer-file-coding-system nil)      (setq buffer-file-coding-system nil)

Legend:
Removed from v.1.351  
changed lines
  Added in v.1.352

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26