(score-mode-coding-system): Default to `*ctext*' under Mule 2.
authoryamaoka <yamaoka>
Fri, 11 Jun 1999 12:19:36 +0000 (12:19 +0000)
committeryamaoka <yamaoka>
Fri, 11 Jun 1999 12:19:36 +0000 (12:19 +0000)
lisp/score-mode.el

index 4d03128..181f982 100644 (file)
@@ -51,7 +51,9 @@
     table)
   "Syntax table used in score-mode buffers.")
 
-(defvar score-mode-coding-system 'ctext)
+(defvar score-mode-coding-system (if (boundp 'MULE)
+                                    '*ctext*
+                                  'ctext))
 
 ;;;###autoload
 (defun gnus-score-mode ()