diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-03-03 22:03:32 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-03-03 22:03:32 +0000 |
commit | fbd2f84f85e93c103f3dc0776eb0e7460ddc91ef (patch) | |
tree | 2ea6ee39af1fb2f660b48614dac84fcc87b74630 /lisp | |
parent | df94067b63864b2c938164ca71163d6b768e4854 (diff) | |
download | emacs-fbd2f84f85e93c103f3dc0776eb0e7460ddc91ef.tar.gz emacs-fbd2f84f85e93c103f3dc0776eb0e7460ddc91ef.tar.bz2 emacs-fbd2f84f85e93c103f3dc0776eb0e7460ddc91ef.zip |
* international/mule.el (find-auto-coding): Don't search for
line-ending characters past the end of the tail.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 00b6865efa0..d173f0af09f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-03-03 Chong Yidong <cyd@stupidchicken.com> + + * international/mule.el (find-auto-coding): Don't search for + line-ending characters past the end of the tail. + 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change) * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1): |