Mercurial > emacs
comparison lisp/ChangeLog @ 85908:0d95cd25c1e1
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 03 Nov 2007 03:03:31 +0000 |
parents | 42365a5d3510 |
children | ce317edae10f |
comparison
equal
deleted
inserted
replaced
85907:2c822d98b133 | 85908:0d95cd25c1e1 |
---|---|
1 2007-11-03 Glenn Morris <rgm@gnu.org> | |
2 | |
3 * newcomment.el (comment-dwim): Call comment-insert-comment-function, | |
4 if defined, for blank lines. Doc fix. | |
5 | |
6 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;. | |
7 (fortran-mode): Set values for comment-region-function, | |
8 uncomment-region-function and comment-insert-comment-function. | |
9 (fortran-uncomment-region): New function. | |
10 | |
11 * textmodes/nroff-mode.el (nroff-mode): Set | |
12 comment-insert-comment-function rather than indent-line-function. | |
13 (nroff-indent-line-function): Remove. | |
14 (nroff-insert-comment-function): New function. | |
15 | |
1 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu> | 16 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu> |
2 | 17 |
3 * ediff-vers.el (ediff-vc-working-revision): Add a quote. | 18 * ediff-vers.el (ediff-vc-working-revision): Add a quote. |
4 | 19 |
5 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu> | 20 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu> |