diff options
| author | Stefan Monnier | 2012-08-29 14:33:35 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-08-29 14:33:35 -0400 |
| commit | 64f8c4bd616e110defc092ca8370739e34bbe183 (patch) | |
| tree | 6eff0f126ec583059f62be0a4b5149c3641f76ad /lisp/ChangeLog | |
| parent | 806f0cc7302bd1dacfad8366f67a97e9bfbc8fc9 (diff) | |
| download | emacs-64f8c4bd616e110defc092ca8370739e34bbe183.tar.gz emacs-64f8c4bd616e110defc092ca8370739e34bbe183.zip | |
* lisp/progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB.
Fixes: debbugs:12222
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4ef437213a0..0112dad3344 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB | ||
| 4 | (bug#12222). | ||
| 5 | |||
| 1 | 2012-08-27 Leo Liu <sdl.web@gmail.com> | 6 | 2012-08-27 Leo Liu <sdl.web@gmail.com> |
| 2 | 7 | ||
| 3 | * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to | 8 | * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to |