diff options
| author | Stefan Monnier | 2011-06-15 14:39:04 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2011-06-15 14:39:04 -0400 |
| commit | cb581a672b346e4896b2dee85cb2e23dfa2bca24 (patch) | |
| tree | 2b6a048b61269dcd0befbac3b2d7128844904898 /lisp/ChangeLog | |
| parent | 0ac306045f2e03289032f4303e3c86dcbca89cc2 (diff) | |
| download | emacs-cb581a672b346e4896b2dee85cb2e23dfa2bca24.tar.gz emacs-cb581a672b346e4896b2dee85cb2e23dfa2bca24.zip | |
* lisp/emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 03b96ecfa0b..f9705822a1e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,13 +1,14 @@ | |||
| 1 | 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger. | ||
| 4 | |||
| 3 | * abbrev.el (define-abbrev-table): Don't add a table multiple times. | 5 | * abbrev.el (define-abbrev-table): Don't add a table multiple times. |
| 4 | 6 | ||
| 5 | 2011-06-15 Alan Mackenzie <acm@muc.de> | 7 | 2011-06-15 Alan Mackenzie <acm@muc.de> |
| 6 | 8 | ||
| 7 | * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst | 9 | * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking |
| 8 | checking for declarators, disable knr checking to speed up for | 10 | for declarators, disable knr checking to speed up for normal files. |
| 9 | normal files. 2: Refactor, replacing a sequence of nested if | 11 | 2: Refactor, replacing a sequence of nested if forms by a cond form. |
| 10 | forms by a cond form. | ||
| 11 | 12 | ||
| 12 | 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | 13 | 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 13 | 14 | ||