aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann1999-11-22 16:14:41 +0000
committerGerd Moellmann1999-11-22 16:14:41 +0000
commit855b9e3374162932cf331c17c6b2d50ddb54e8c9 (patch)
tree7bb805b25a0a92a1dab7162d4862d3b8f227739c /lisp/ChangeLog
parent98e85e34652fc3552f24dab523bf50f222e0596b (diff)
downloademacs-855b9e3374162932cf331c17c6b2d50ddb54e8c9.tar.gz
emacs-855b9e3374162932cf331c17c6b2d50ddb54e8c9.zip
(text-mode): Contruct paragraph-start so
that the leading `^' is at the start. This is necessary because paragraphs.el tries to remove anchors, but can find them only if they are the first character.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7ce214c8d22..02263d03ff4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
11999-11-22 Gerd Moellmann <gerd@gnu.org> 11999-11-22 Gerd Moellmann <gerd@gnu.org>
2 2
3 * textmodes/text-mode.el (text-mode): Contruct paragraph-start so
4 that the leading `^' is at the start. This is necessary because
5 paragraphs.el tries to remove anchors, but can find them only if
6 they are the first character.
7
3 * progmodes/antlr-mode.el: New file. 8 * progmodes/antlr-mode.el: New file.
4 9
5 * calendar/calendar.el: Fix autoload for 10 * calendar/calendar.el: Fix autoload for