X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=poem.el;h=ec752a3fe5a83b4a16cea689f7a22d30fb240763;hb=d4e2b36f677ef61dcca539458b21ea9fa023e420;hp=443b576bcaddf377f9d1ce8d9fdca0cdf4ac228f;hpb=7f98e7a36ab90554aa438955a9273ec7755c2215;p=elisp%2Fapel.git diff --git a/poem.el b/poem.el index 443b576..ec752a3 100644 --- a/poem.el +++ b/poem.el @@ -1,6 +1,6 @@ ;;; poem.el --- Emulate latest MULE features; -*-byte-compile-dynamic: t;-*- -;; Copyright (C) 1998 Free Software Foundation, Inc. +;; Copyright (C) 1998,1999 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko ;; Keywords: emulation, compatibility, Mule @@ -24,7 +24,7 @@ ;;; Code: -(require 'poe) +(require 'pces) (cond ((featurep 'mule) (cond ((featurep 'xemacs) @@ -62,6 +62,13 @@ If STRING is multibyte, the result is STRING itself. \[Emacs 20.3 emulating macro]" string) +(defun-maybe charset-after (&optional pos) + "Return charset of a character in current buffer at position POS. +If POS is nil, it defauls to the current point. +If POS is out of range, the value is nil. +\[Emacs 20.3 emulating function]" + (char-charset (char-after pos)) + ) ;;; @ XEmacs-mule emulation ;;; @@ -87,6 +94,7 @@ N defaults to 0 if omitted. [XEmacs-mule emulating function]" ;;; @ end ;;; -(provide 'poem) +(require 'product) +(product-provide (provide 'poem) (require 'apel-ver)) ;;; poem.el ends here