diff options
| author | Chong Yidong | 2010-11-27 14:41:49 -0500 |
|---|---|---|
| committer | Chong Yidong | 2010-11-27 14:41:49 -0500 |
| commit | 402c8a49571227f8a4e678d4a6cdd6ba7841aef9 (patch) | |
| tree | 47f1cd13d9d1cb5c9e817d89466c3e3b64012dd9 /lisp/ChangeLog | |
| parent | d1882ac7c91cbaa51aeea68433f1867e73a431c2 (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2010-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 | |||
| 1 | 2010-11-27 Eduard Wiebe <usenet@pusto.de> | 7 | 2010-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 |