diff options
| author | Richard M. Stallman | 2002-09-23 00:20:26 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-09-23 00:20:26 +0000 |
| commit | d775b378ef01921aca715271d06f26a1d3a754c8 (patch) | |
| tree | bdbe1f66229d4aae351d8afac4cdda9c5393b6ef /lisp/ChangeLog | |
| parent | c86237b26e214f8fc651298e8fe405cde658aeb0 (diff) | |
| download | emacs-d775b378ef01921aca715271d06f26a1d3a754c8.tar.gz emacs-d775b378ef01921aca715271d06f26a1d3a754c8.zip | |
(select-safe-coding-system): Cope if default-coding-system gives nil
which was then used in `min'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0f71c5c6d2d..0b4a17dc047 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2002-09-22 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * international/mule-cmds.el (select-safe-coding-system): Cope if | ||
| 4 | default-coding-system gives nil which was then used in `min'. | ||
| 5 | |||
| 6 | * mail/sendmail.el (sendmail-send-it): If user's buffer | ||
| 7 | is unibyte, make tembuf unibyte. | ||
| 8 | |||
| 1 | 2002-09-22 Kai Gro,b_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de> | 9 | 2002-09-22 Kai Gro,b_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de> |
| 2 | 10 | ||
| 3 | * net/tramp.el: Version 2.0.22 released. | 11 | * net/tramp.el: Version 2.0.22 released. |