X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=emu.el;h=fce2080a5fbef5c511322db1be2e31a88f324a9d;hb=203c90150b8c7da7ecf23b433196773d4f3f7eae;hp=407ea4b369f553f851291af38906bc28f2b66db3;hpb=3ed338972b9d15ea01ff17c3a8da1507a07c0eeb;p=elisp%2Fapel.git diff --git a/emu.el b/emu.el index 407ea4b..fce2080 100644 --- a/emu.el +++ b/emu.el @@ -223,7 +223,8 @@ find-file-hooks, etc. (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" @@ -244,7 +245,7 @@ find-file-hooks, etc. ;; variables in the wrong buffer. (if orig-buf (set-buffer orig-buf)) (funcall si:enriched-initial-annotation))))))) - (si::enriched-encode)))))) + (si::enriched-encode from to)))))) ;;; @ end