Mercurial > emacs
comparison lisp/ChangeLog @ 53977:980fc678e13c
*** empty log message ***
author | Eli Zaretskii <eliz@is.elta.co.il> |
---|---|
date | Mon, 16 Feb 2004 12:37:21 +0000 |
parents | 936f24893696 |
children | c75b456db0b9 |
comparison
equal
deleted
inserted
replaced
53976:b2fbe05650de | 53977:980fc678e13c |
---|---|
1 2004-02-16 Dave Love <fx@gnu.org> | 1 2004-02-16 Dave Love <fx@gnu.org> |
2 | |
3 * newcomment.el (comment-insert-comment-function) | |
4 (comment-region-function, uncomment-region-function): New. | |
5 (comment-indent): Use comment-insert-comment-function. | |
6 (uncomment-region): Use uncomment-region-function. | |
7 (comment-region): Use comment-region-function. | |
2 | 8 |
3 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil. | 9 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil. |
4 | 10 |
5 2004-02-16 Richard Stallman <rms@gnu.org> | 11 2004-02-16 Richard Stallman <rms@gnu.org> |
6 | 12 |