diff options
| author | Nic Ferrier | 2013-04-07 14:56:28 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-04-07 14:56:28 -0400 |
| commit | e3e7b504b2b0148e62ea444300a8fb389ef39a09 (patch) | |
| tree | 5fdd0bd1a6381c85fe90ef0134047bde1fdf5aef /lisp/ChangeLog | |
| parent | 7d9f6883aad738362a8321955b1c1f76e8f7aea1 (diff) | |
| download | emacs-e3e7b504b2b0148e62ea444300a8fb389ef39a09.tar.gz emacs-e3e7b504b2b0148e62ea444300a8fb389ef39a09.zip | |
* lisp/emacs-lisp/ert.el (should, should-not, should-error): Add edebug
declaration.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ca9c545a37b..a2be1055f46 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk> | ||
| 2 | |||
| 3 | * emacs-lisp/ert.el (should, should-not, should-error): Add edebug | ||
| 4 | declaration. | ||
| 5 | |||
| 1 | 2013-04-07 Leo Liu <sdl.web@gmail.com> | 6 | 2013-04-07 Leo Liu <sdl.web@gmail.com> |
| 2 | 7 | ||
| 3 | * pcmpl-x.el: New file. | 8 | * pcmpl-x.el: New file. |
| @@ -31,8 +36,8 @@ | |||
| 31 | 36 | ||
| 32 | 2013-04-05 Dmitry Gutov <dgutov@yandex.ru> | 37 | 2013-04-05 Dmitry Gutov <dgutov@yandex.ru> |
| 33 | 38 | ||
| 34 | * whitespace.el (whitespace-color-on, whitespace-color-off): Only | 39 | * whitespace.el (whitespace-color-on, whitespace-color-off): |
| 35 | call `font-lock-fontify-buffer' when `font-lock-mode' is on. | 40 | Only call `font-lock-fontify-buffer' when `font-lock-mode' is on. |
| 36 | 41 | ||
| 37 | 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change) | 42 | 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change) |
| 38 | 43 | ||