aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
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 @@
12011-06-15 Stefan Monnier <monnier@iro.umontreal.ca> 12011-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
52011-06-15 Alan Mackenzie <acm@muc.de> 72011-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
122011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org> 132011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13 14