[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Emacs 22.0.50
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Thu, 10 Feb 2005 10:18:50 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 07550
Hi,
The version of the Emacs CVS HEAD has suddenly been changed into
22.0.50. I've made changes in the emacs-w3m trunk so that it
loads w3m-e21.el rather than w3m-e22.el if Emacs is not of the
emacs-unicode-2 branch. That's only a temporary countermeasure,
though. The way to distinguish the HEAD and the emacs-unicode-2
branch is to check whether the define-coding-system function is
available.
Regards,
Emacs CVS HEAD が突然 22.0.50 になってしまったので、その Emacs
では w3m-e22.el ではなく w3m-e21.el を load するように、幹で暫定
対策を行ないました。CVS HEAD と emacs-unicode-2 枝の区別は、関数
define-coding-system の有無を調べることで行なっています。