lisp/score-mode.el: Change default value score-mode-coding-system binary to ctext
authorichikawa <ichikawa>
Sun, 29 Nov 1998 09:35:35 +0000 (09:35 +0000)
committerichikawa <ichikawa>
Sun, 29 Nov 1998 09:35:35 +0000 (09:35 +0000)
lisp/score-mode.el

index e2160eb..0fb3cf0 100644 (file)
@@ -51,7 +51,7 @@
     table)
   "Syntax table used in score-mode buffers.")
 
-(defvar score-mode-coding-system 'binary)
+(defvar score-mode-coding-system 'ctext)
 
 ;;;###autoload
 (defun gnus-score-mode ()