# HG changeset patch # User Luc Teirlinck # Date 1068005019 0 # Node ID 3084104990c82be8f9f76b6fcd630f9b30795ef4 # Parent 228cbf0968c7aaac98a28eed0149ae418a45d173 *** empty log message *** diff -r 228cbf0968c7 -r 3084104990c8 lisp/ChangeLog --- a/lisp/ChangeLog Mon Nov 03 20:28:47 2003 +0000 +++ b/lisp/ChangeLog Wed Nov 05 04:03:39 2003 +0000 @@ -1,3 +1,7 @@ +2003-11-04 Luc Teirlinck + + * files.el (risky-local-variable-p): Make second argument optional. + 2003-11-03 Eli Zaretskii * mail/rmail.el (rmail-convert-to-babyl-format): If @@ -17,7 +21,7 @@ 2003-11-01 Oliver Scholz - * emacs-lisp/rx.el (rx-or): Fix the case of + * emacs-lisp/rx.el (rx-or): Fix the case of "(rx (and ?a (or ?b ?c) ?d))". 2003-11-01 Christoph Wedler (tiny change)