diff options
author | Glenn Morris <rgm@gnu.org> | 2012-05-14 09:11:24 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-05-14 09:11:24 -0700 |
commit | 2f4cadd1da7b681171c60fab8499f23f37ce4cb2 (patch) | |
tree | 0091b84465c7a70fa75a64b1d5fc9f294581df5a | |
parent | d372248073cecc1d8ae1d6bed826692eab16274d (diff) | |
download | emacs-2f4cadd1da7b681171c60fab8499f23f37ce4cb2.tar.gz |
ChangeLog merge fixes
-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. |