`eval-and-compile'.
* FLIM-CFG: Add "custom" to load-path.
+1998-10-09 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * mime-def.el (mime-library-product): Enclose with
+ `eval-and-compile'.
+
+ * FLIM-CFG: Add "custom" to load-path.
+
+\f
1998-10-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* FLIM: Version 1.10.2 (Kintetsu-Miyazu) was released.
(require 'install)
+(add-path "custom")
(add-path default-directory)
(or (fboundp 'write-region-as-binary)
;;; Code:
-(defconst mime-library-product ["FLIM" (1 10 2) "Kintetsu-Miyazu"]
- "Product name, version number and code name of MIME-library package.")
+(eval-and-compile
+ (defconst mime-library-product ["FLIM" (1 10 2) "Kintetsu-Miyazu"]
+ "Product name, version number and code name of MIME-library package.")
+ )
(defmacro mime-product-name (product)
`(aref ,product 0))