diff options
| author | Stefan Monnier | 2014-06-13 11:31:17 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-06-13 11:31:17 -0400 |
| commit | bf26b463ea0e7621255f73d22893a93754694800 (patch) | |
| tree | e8b70e267987d2f9b5de2f3ae1e4f82d549fa435 /lisp/ChangeLog | |
| parent | 40be983bc68c95ad63f1135da3a82aec1aa32e2a (diff) | |
| download | emacs-bf26b463ea0e7621255f73d22893a93754694800.tar.gz emacs-bf26b463ea0e7621255f73d22893a93754694800.zip | |
* lisp/emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
bumping forward into a closing paren.
Fixes: debbugs:17761
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 1ecc6a140ab..db615f68adf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2014-06-13 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2014-06-13 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when | ||
| 4 | bumping forward into a closing paren (bug#17761). | ||
| 5 | |||
| 3 | * term/xterm.el (xterm--version-handler): Work around for OSX | 6 | * term/xterm.el (xterm--version-handler): Work around for OSX |
| 4 | Terminal.app (bug#17607). | 7 | Terminal.app (bug#17607). |
| 5 | 8 | ||