aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2011-02-01 11:33:17 -0500
committerStefan Monnier2011-02-01 11:33:17 -0500
commit7d1166478188fe1fe014d3b64c22641c4fac6a25 (patch)
treeebd33ca0377bab511c7c580098b0bf600e5f207a /lisp/ChangeLog
parent99c2a4e37a2bfb6a7576f4421d6b22f12a325b51 (diff)
downloademacs-7d1166478188fe1fe014d3b64c22641c4fac6a25.tar.gz
emacs-7d1166478188fe1fe014d3b64c22641c4fac6a25.zip
* lisp/progmodes/compile.el (compilation-next-error): Check there's
a message before using it. Fixes: debbugs:7941
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 9 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c134e21ea79..d482991e7c4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/compile.el (compilation-next-error): Check there's
4 a message before using it (bug#7941).
5
12011-02-01 Jay Belanger <jay.p.belanger@gmail.com> 62011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
2 7
3 * calc/calc-mtx.el (math-lud-pivot-check): New function. 8 * calc/calc-mtx.el (math-lud-pivot-check): New function.
@@ -6,8 +11,8 @@
6 11
72011-01-31 Alan Mackenzie <acm@muc.de> 122011-01-31 Alan Mackenzie <acm@muc.de>
8 13
9 * progmodes/cc-cmds.el (c-forward-over-illiterals): Continue 14 * progmodes/cc-cmds.el (c-forward-over-illiterals):
10 parsing if we encounter a naked # (Bug#7595). 15 Continue parsing if we encounter a naked # (Bug#7595).
11 (c-beginning-of-statement): Avoid loop in locating the beginning 16 (c-beginning-of-statement): Avoid loop in locating the beginning
12 of a macro. 17 of a macro.
13 18
@@ -34,8 +39,8 @@
34 39
352011-01-31 Kenichi Handa <handa@m17n.org> 402011-01-31 Kenichi Handa <handa@m17n.org>
36 41
37 * international/quail.el (quail-keyboard-layout-alist): Remove 42 * international/quail.el (quail-keyboard-layout-alist):
38 superfluous SPC for "pc105-uk" (bug#7927). 43 Remove superfluous SPC for "pc105-uk" (bug#7927).
39 44
402011-01-31 Glenn Morris <rgm@gnu.org> 452011-01-31 Glenn Morris <rgm@gnu.org>
41 46