(gnus-product-variable-file-list): Use `*ctext*' when Mule 2.3 is running.
authoryamaoka <yamaoka>
Thu, 16 Mar 2000 10:31:09 +0000 (10:31 +0000)
committeryamaoka <yamaoka>
Thu, 16 Mar 2000 10:31:09 +0000 (10:31 +0000)
lisp/gnus.el

index 169f475..0a0055b 100644 (file)
@@ -1585,12 +1585,13 @@ This variable can be nil, gnus or gnus-ja."
   "Gnus variables saved in the quick startup file.")
 
 (defvar gnus-product-variable-file-list
-  (let ((version (product-version (product-find 'gnus-vers))))
+  (let ((version (product-version (product-find 'gnus-vers)))
+       (codesys (static-if (boundp 'MULE) '*ctext* 'ctext)))
     `(("strict-cache" ((product-version ,version) (emacs-version))
        binary
        gnus-format-specs-compiled)
       ("cache" ((product-version ,version))
-       ctext
+       ,codesys
        gnus-format-specs)))
   "Gnus variables are saved in the produce depend quick startup files.")