Mercurial > emacs
changeset 53977:980fc678e13c
*** empty log message ***
author | Eli Zaretskii <eliz@is.elta.co.il> |
---|---|
date | Mon, 16 Feb 2004 12:37:21 +0000 |
parents | b2fbe05650de |
children | 227623e374e8 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <fx@gnu.org> + * 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 <rms@gnu.org>