diff options
| author | Stefan Monnier | 2014-06-20 17:10:40 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-06-20 17:10:40 -0400 |
| commit | 55d4eba2d0e650d811250c31f3801f6835bd088a (patch) | |
| tree | 853399bcf33d1eaf8af363beae58bdd1aa7c01f3 /lisp/ChangeLog | |
| parent | 81e5c6fc89e277237cf290927fe339b53ad47b80 (diff) | |
| download | emacs-55d4eba2d0e650d811250c31f3801f6835bd088a.tar.gz emacs-55d4eba2d0e650d811250c31f3801f6835bd088a.zip | |
* lisp/emacs-lisp/smie.el (smie-config--guess): Fix typo.
(smie-config-guess): Use smie-config-local so the rules are obeyed.
Fixes: debbugs:17818
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fcbd0c39655..46e3b0f6321 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/smie.el (smie-config--guess): Fix typo. | ||
| 4 | (smie-config-guess): Use smie-config-local so the rules are obeyed | ||
| 5 | (bug#17818). | ||
| 6 | |||
| 3 | * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events, | 7 | * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events, |
| 4 | since it's already done inside the loop (bug#17819). | 8 | since it's already done inside the loop (bug#17819). |
| 5 | 9 | ||
| @@ -11,9 +15,6 @@ | |||
| 11 | 15 | ||
| 12 | 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca> | 16 | 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 13 | 17 | ||
| 14 | * mouse.el (mouse-drag-line): Remove left-over code made redundant by | ||
| 15 | mouse--down-1-maybe-follows-link (bug#17819). | ||
| 16 | |||
| 17 | * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't | 18 | * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't |
| 18 | align with the surrounding parent (bug#17721). | 19 | align with the surrounding parent (bug#17721). |
| 19 | 20 | ||