X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=poem-e20.el;h=ac2a17e7d9c124a3f43bac7d4c75bac3d4493336;hb=dfd2f7162fe8801265f2a62e66567e00ea0ffe97;hp=82adc2502d6926182411cfabb68864ff328fb291;hpb=111faa4a9e0aebf7021dc1c679a3c560e93acabd;p=elisp%2Fapel.git diff --git a/poem-e20.el b/poem-e20.el index 82adc25..ac2a17e 100644 --- a/poem-e20.el +++ b/poem-e20.el @@ -50,28 +50,16 @@ in the region between START and END." (delq 'ascii (find-charset-string (buffer-substring start end)))) -;;; @ coding system -;;; - -(defsubst-maybe find-coding-system (obj) - "Return OBJ if it is a coding-system." - (if (coding-system-p obj) - obj)) - -(defalias 'set-process-input-coding-system 'set-process-coding-system) - - ;;; @ end ;;; -(require 'poem-20) - (if (and (fboundp 'set-buffer-multibyte) (subrp (symbol-function 'set-buffer-multibyte))) (require 'poem-e20_3) ; for Emacs 20.3 (require 'poem-e20_2) ; for Emacs 20.1 and 20.2 ) -(provide 'poem-e20) +(require 'product) +(product-provide (provide 'poem-e20) (require 'apel-ver)) ;;; poem-e20.el ends here