or XEmacs 19.13 and earlier is used.
+2000-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * emu.el (enriched-encode): Do nothing for it if FSF Emacs 19.28
+ and earlier or XEmacs 19.13 and earlier is used.
+
2000-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
* emu.el (enriched-encode): Allow the 3rd argument ORIG-BUF for old
(autoload 'enriched-decode "tinyrich")
))
-(if (or (< emacs-major-version 20)
+(if (or (and (eq emacs-major-version 19)
+ (>= emacs-minor-version (if (featurep 'xemacs) 14 29)))
(and (eq emacs-major-version 20)
(< emacs-minor-version (if (featurep 'xemacs) 3 1))))
(eval-after-load "enriched"