summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-04-30 15:25:53 +0000
committerGerd Moellmann <gerd@gnu.org>2001-04-30 15:25:53 +0000
commita9793e457336e2547ccc5951a2074ead4d8da1a7 (patch)
treee16ef9dc1aeb01f8c53b13147c5ac2b928cda0f0 /lisp
parent3c05ee140aa01f957639b6cbd7300c7fbe9ca42a (diff)
downloademacs-a9793e457336e2547ccc5951a2074ead4d8da1a7.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ae5d3092545..efa169f45f2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -7,6 +7,10 @@
2001-04-30 Gerd Moellmann <gerd@gnu.org>
+ * progmodes/sh-script.el (sh-font-lock-heredoc): Allow
+ optional backslash at the start of the here-document delimiter.
+ (sh-font-lock-syntactic-keywords): Likewise.
+
* mail/rmail.el (rmail-message-regexp-p): Yet another fix.
2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>