Mercurial > emacs
diff lisp/ChangeLog @ 54145:e3765a3df826
For compatibility with Emacs 20, define assq-delete-all if it's not defined.
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> |
---|---|
date | Thu, 26 Feb 2004 00:44:29 +0000 |
parents | 766aaa5bded5 |
children | 2a5eca2838d1 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Feb 25 22:39:54 2004 +0000 +++ b/lisp/ChangeLog Thu Feb 26 00:44:29 2004 +0000 @@ -1,3 +1,9 @@ +2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> + + * ebnf2ps.el: Doc fix. For compatibility with Emacs 20, define + assq-delete-all if it's not defined. + (ebnf-generate-region): Code fix. + 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br> * ebnf-abn.el: New file, implements an ABNF parser.