From: keiichi Date: Thu, 23 Dec 1999 10:24:53 +0000 (+0000) Subject: (score-mode-coding-system): Do not specify the coding system for score file in X-Git-Tag: nana-gnus-7_1_0_16~81 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=caae5031750592db34bf4b02205158f3593d90d0;p=elisp%2Fgnus.git- (score-mode-coding-system): Do not specify the coding system for score file in default. --- 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 ()