Mercurial > emacs
comparison lisp/ChangeLog @ 39299:e3b4adccefbe
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 16 Sep 2001 07:56:36 +0000 |
parents | 657b4f66d4de |
children | fc35af97f024 |
comparison
equal
deleted
inserted
replaced
39298:2b67bb3275f8 | 39299:e3b4adccefbe |
---|---|
1 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il> | |
2 | |
3 * mail/rmail.el (top-level): Require mule-utils when compiling. | |
4 (rmail-decode-babyl-format): Use detect-coding-with-priority | |
5 instead of detect-coding-region, to favor detection of emacs-mule | |
6 encoded Babyl files written by rmailout.el etc. Suggested by | |
7 Kenichi Handa <handa@etl.go.jp>. | |
8 | |
1 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il> | 9 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il> |
2 | 10 |
3 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files): | 11 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files): |
4 Use `equal', not `=', since the device number can be a cons cell. | 12 Use `equal', not `=', since the device number can be a cons cell. |
5 | 13 |