aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2010-11-27 14:41:49 -0500
committerChong Yidong2010-11-27 14:41:49 -0500
commit402c8a49571227f8a4e678d4a6cdd6ba7841aef9 (patch)
tree47f1cd13d9d1cb5c9e817d89466c3e3b64012dd9 /lisp/ChangeLog
parentd1882ac7c91cbaa51aeea68433f1867e73a431c2 (diff)
downloademacs-402c8a49571227f8a4e678d4a6cdd6ba7841aef9.tar.gz
emacs-402c8a49571227f8a4e678d4a6cdd6ba7841aef9.zip
Fix log-edit-font-lock-keywords (Bug#6465).
* log-edit.el (log-edit-font-lock-keywords): Don't try matching stand-alone lines, since that is handled by log-edit-match-to-eoh (Bug#6465).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e8dda581208..c6da166726b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12010-11-27 Chong Yidong <cyd@stupidchicken.com>
2
3 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
4 stand-alone lines, since that is handled by log-edit-match-to-eoh
5 (Bug#6465).
6
12010-11-27 Eduard Wiebe <usenet@pusto.de> 72010-11-27 Eduard Wiebe <usenet@pusto.de>
2 8
3 * dired.el (dired-get-filename): Replace backslashes with slashes 9 * dired.el (dired-get-filename): Replace backslashes with slashes