[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (void-function coding-system-category)
>>>>> In [emacs-w3m : No.00318]
>>>>> Katsumi Yamaoka <yamaoka@jpl.org> wrote:
土屋さん> (w3m-static-if (not (fboundp 'coding-system-category))
土屋さん> (defalias 'coding-system-category 'get-code-mnemonic))
土屋さん> は w3m-om.el / w3m-xmas.el に移動しておく方が良いような気が
土屋さん> してきました。
山岡> 了解。いっしょにやります。
古い XEmacs には `coding-system-category' が無かったので、ついで
に対処しておきました。
2001-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
* w3m.el (coding-system-category): Don't define it for the Emacs
variants.
* w3m-om.el (coding-system-category): Defalias to
`get-code-mnemonic'.
* w3m-xmas.el (coding-system-category): Defalias to
`coding-system-type' if it is not bound.
* w3mhack.el (w3mhack-version): Don't require `w3m' in the top
level, do it here instead.
--
Katsumi Yamaoka <yamaoka@jpl.org>