# HG changeset patch # User Eli Zaretskii # Date 1076935041 0 # Node ID 980fc678e13c522a1fb3752497bd51be4d890144 # Parent b2fbe05650dedba98248bbf436082dc4fe680d2b *** empty log message *** diff -r b2fbe05650de -r 980fc678e13c lisp/ChangeLog --- a/lisp/ChangeLog Mon Feb 16 12:33:55 2004 +0000 +++ b/lisp/ChangeLog Mon Feb 16 12:37:21 2004 +0000 @@ -1,5 +1,11 @@ 2004-02-16 Dave Love + * newcomment.el (comment-insert-comment-function) + (comment-region-function, uncomment-region-function): New. + (comment-indent): Use comment-insert-comment-function. + (uncomment-region): Use uncomment-region-function. + (comment-region): Use comment-region-function. + * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil. 2004-02-16 Richard Stallman