From bc091e80892712733370dfd970db75dd46926b97 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 7 Apr 2008 15:33:40 +0100 Subject: [PATCH] dot-emacs: Force buffer-file-coding-system to utf-8 for news articles. This is, after all, what slrn has been told to expect. --- dot-emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/dot-emacs.el b/dot-emacs.el index dbe689b..4cfd386 100644 --- a/dot-emacs.el +++ b/dot-emacs.el @@ -326,6 +326,7 @@ Not much right now. Just support for doing MailCrypt stuff." (setq local-abbrev-table text-mode-abbrev-table) (setq major-mode 'mdwmail-mode) (setq mode-name "[mdw] mail") + (set-buffer-file-coding-system 'utf-8) (make-local-variable 'paragraph-separate) (make-local-variable 'paragraph-start) (setq paragraph-start (concat "[ \t]*[-_][-_][-_]+$\\|^-- \\|-----\\|" -- 2.11.0