diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-05-28 14:10:24 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-05-28 14:10:24 +0000 |
commit | 7936011cd69642c7b7200dd8321b68dc44b2c50f (patch) | |
tree | 963bcccb99fac13511b7f29d468fe99d3888b96c /lisp | |
parent | d05b3cfd6197df2ddcd71345db04bf926a5f62fd (diff) | |
download | emacs-7936011cd69642c7b7200dd8321b68dc44b2c50f.tar.gz |
* textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c6675a06b9b..3db148ec437 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-05-28 Chong Yidong <cyd@stupidchicken.com> + + * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case. + 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change) * log-edit.el (log-edit-changelog-paragraph): Return point-max |