X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mcs-nemacs.el;h=9784ac6502d5ec22961d7771f6e4b8432643bcd4;hb=0c172e7483018c6c6c3423eed89c3e99b232cace;hp=0251369f0c478b95bff130549deea9b9bd7086cc;hpb=8ea0cf57c248b6a4ba2f73288cc1b7cad582e171;p=elisp%2Fapel.git diff --git a/mcs-nemacs.el b/mcs-nemacs.el index 0251369..9784ac6 100644 --- a/mcs-nemacs.el +++ b/mcs-nemacs.el @@ -1,8 +1,8 @@ ;;; mcs-nemacs.el --- MIME charset implementation for Nemacs -;; Copyright (C) 1995,1996,1997,1998 MORIOKA Tomohiko +;; Copyright (C) 1995,1996,1997,1998,2000 Free Software Foundation, Inc. -;; Author: MORIOKA Tomohiko +;; Author: MORIOKA Tomohiko ;; Keywords: emulation, compatibility, Mule ;; This file is part of APEL (A Portable Emacs Library). @@ -48,6 +48,8 @@ ) (cdr (assq charset mime-charset-coding-system-alist))) +(fset 'mime-charset-p 'mime-charset-to-coding-system) + (defun detect-mime-charset-region (start end) "Return MIME charset for region between START and END. \[emu-nemacs.el]"