aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDave Love2000-11-28 10:55:35 +0000
committerDave Love2000-11-28 10:55:35 +0000
commit8b31236d80dc99e7625696996c5cdeb0f628cb13 (patch)
treea0f8dd1cc507c2dd1db8bc291443273af9ef2353 /lisp/ChangeLog
parent665b27a691b95ddfb2ce17fe934b6d77c97b66aa (diff)
downloademacs-8b31236d80dc99e7625696996c5cdeb0f628cb13.tar.gz
emacs-8b31236d80dc99e7625696996c5cdeb0f628cb13.zip
(fortran-mode): Don't set
fortran-comment-line-start-skip. Set comment-start to fortran-comment-line-start. (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group. (fortran-comment-line-start-skip): Simplify slightly.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b6821311474..d2c8c5ec443 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12000-11-28 Dave Love <fx@gnu.org>
2
3 * progmodes/fortran.el (fortran-mode): Don't set
4 fortran-comment-line-start-skip. Set comment-start to
5 fortran-comment-line-start.
6 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
7 (fortran-comment-line-start-skip): Simplify slightly.
8
12000-11-28 Gerd Moellmann <gerd@gnu.org> 92000-11-28 Gerd Moellmann <gerd@gnu.org>
2 10
3 * play/5x5.el: Remove RCS keyword. 11 * play/5x5.el: Remove RCS keyword.
@@ -29,6 +37,8 @@
29 37
302000-11-27 Dave Love <fx@gnu.org> 382000-11-27 Dave Love <fx@gnu.org>
31 39
40 * net/ldap.el (ldap) <defgroup>: Add :version.
41
32 * tooltip.el (tooltip-use-echo-area): Doc fix. 42 * tooltip.el (tooltip-use-echo-area): Doc fix.
33 43
34 * cus-start.el <minibuffer-prompt-properties>: Add version. 44 * cus-start.el <minibuffer-prompt-properties>: Add version.