(gnus-startup-file-coding-system): Default to `*ctext*' under Mule 2.
authoryamaoka <yamaoka>
Fri, 11 Jun 1999 12:17:30 +0000 (12:17 +0000)
committeryamaoka <yamaoka>
Fri, 11 Jun 1999 12:17:30 +0000 (12:17 +0000)
lisp/gnus-start.el

index cd2040f..164527c 100644 (file)
@@ -395,7 +395,9 @@ Can be used to turn version control on or off."
   :group 'gnus-newsrc
   :type 'boolean)
 
-(defvar gnus-startup-file-coding-system 'ctext
+(defvar gnus-startup-file-coding-system (if (boundp 'MULE)
+                                           '*ctext*
+                                         'ctext)
   "*Coding system for startup file.")
 
 ;;; Internal variables