diff options
-rw-r--r-- | doc/misc/ChangeLog | 2 | ||||
-rw-r--r-- | lisp/ChangeLog | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 812ec0214b0..c7dd1d3fa82 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,4 +1,4 @@ -2012-05-12 Andreas Schwab <schwab@linux-m68k.org> +2012-05-14 Andreas Schwab <schwab@linux-m68k.org> * cc-mode.texi: Avoid space before macro in 4th argument of cross reference commands. (Bug#11461) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b833e61bfa2..0d1c3529a14 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,9 +1,3 @@ -2012-05-14 Troels Nielsen <bn.troels@gmail.com> (tiny change) - - * progmodes/compile.el (compilation-internal-error-properties): - Calculate start position correctly when end-col is set but - end-line is not (Bug#11382). - 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca> * net/rlogin.el (rlogin-mode-map): Fix last change. |