(initz-flavor): Use `static-if' instead of `if'.
+2002-05-14 OHASHI Akira <bg66@koka-in.org>
+
+ * lisp/initz-globals.el (toplevel): Require `static'.
+ (initz-flavor): Use `static-if' instead of `if'.
+
2002-05-11 OHASHI Akira <bg66@koka-in.org>
* lisp/initz-list.el (toplevel): Require `cl'.
;;; Code:
+(require 'static)
+
(defconst initz-null-string "")
(defconst initz-separator-string "-")
(defconst initz-flavor
(if (featurep 'xemacs)
(concat "xemacs" (number-to-string emacs-major-version))
- (if (featurep 'meadow)
+ (static-if (featurep 'meadow)
(concat "meadow"
(let ((mver (Meadow-version)))
(if (string-match "Meadow-\\([0-9]+\\.[0-9]+\\)"