diff options
| author | Leo Liu | 2012-08-27 20:33:05 +0800 |
|---|---|---|
| committer | Leo Liu | 2012-08-27 20:33:05 +0800 |
| commit | 806f0cc7302bd1dacfad8366f67a97e9bfbc8fc9 (patch) | |
| tree | 0ee133c6911fcd97bd3bc3bfa6b33e870a2f77d4 /lisp/ChangeLog | |
| parent | 3bb213b9fcf46b0e1f97cf830c1a9e2b62c566e7 (diff) | |
| download | emacs-806f0cc7302bd1dacfad8366f67a97e9bfbc8fc9.tar.gz emacs-806f0cc7302bd1dacfad8366f67a97e9bfbc8fc9.zip | |
Fix broken completion in sh-mode
See: http://debbugs.gnu.org/12220
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 456eca53a82..4ef437213a0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2012-08-27 Leo Liu <sdl.web@gmail.com> | 1 | 2012-08-27 Leo Liu <sdl.web@gmail.com> |
| 2 | 2 | ||
| 3 | * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to | ||
| 4 | completion-at-point. (Bug#12220) | ||
| 5 | |||
| 3 | * skeleton.el (skeleton-untabify): Change to nil (bug#12223). | 6 | * skeleton.el (skeleton-untabify): Change to nil (bug#12223). |
| 4 | 7 | ||
| 5 | * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267). | 8 | * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267). |