* mime-def.el (mime-library-product): Enclose with
authoryamaoka <yamaoka>
Thu, 8 Oct 1998 22:48:55 +0000 (22:48 +0000)
committeryamaoka <yamaoka>
Thu, 8 Oct 1998 22:48:55 +0000 (22:48 +0000)
`eval-and-compile'.
* FLIM-CFG: Add "custom" to load-path.

ChangeLog
FLIM-CFG
mime-def.el

index 47d16a5..808e2ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.
index 37ddd2a..0d13317 100644 (file)
--- a/FLIM-CFG
+++ b/FLIM-CFG
@@ -18,6 +18,7 @@
 
 (require 'install)
 
+(add-path "custom")
 (add-path default-directory)
 
 (or (fboundp 'write-region-as-binary)
index eb9d3a6..0c3d03b 100644 (file)
 
 ;;; 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))