diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 50044ffc970..c113aeac11b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * faces.el (tty-setup-hook): Declare the hook. | ||
| 4 | |||
| 3 | * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try | 5 | * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try |
| 4 | and detect when a guard/pred depends on local vars (bug#14773). | 6 | and detect when a guard/pred depends on local vars (bug#14773). |
| 5 | (pcase--u1): Adjust caller. | 7 | (pcase--u1): Adjust caller. |