From caae5031750592db34bf4b02205158f3593d90d0 Mon Sep 17 00:00:00 2001 From: keiichi Date: Thu, 23 Dec 1999 10:24:53 +0000 Subject: [PATCH] (score-mode-coding-system): Do not specify the coding system for score file in default. --- lisp/score-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/score-mode.el b/lisp/score-mode.el index e2160eb..df4a065 100644 --- a/lisp/score-mode.el +++ b/lisp/score-mode.el @@ -51,7 +51,7 @@ table) "Syntax table used in score-mode buffers.") -(defvar score-mode-coding-system 'binary) +(defvar score-mode-coding-system nil) ;;;###autoload (defun gnus-score-mode () -- 1.7.10.4