aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMartin Blais2012-09-18 00:18:36 -0400
committerStefan Monnier2012-09-18 00:18:36 -0400
commita11035b8cd0ef80bc118cc97be53373b36475da0 (patch)
treeb6d7965e4fec480464b9750f778f36b042ebeeb3 /lisp/ChangeLog
parentd3612ac370d4b1378997d1c8344b24cf34add8fe (diff)
downloademacs-a11035b8cd0ef80bc118cc97be53373b36475da0.tar.gz
emacs-a11035b8cd0ef80bc118cc97be53373b36475da0.zip
* lisp/progmodes/compile.el (compilation-start): Use compilation-always-kill
to initialize query-on-exit; then test that instead. Fixes: debbugs:12288
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7ceacc5291d..c1c9e5ee1c8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12012-09-18 Martin Blais <blais@furius.ca> (tiny change)
2
3 * progmodes/compile.el (compilation-start): Use compilation-always-kill
4 to initialize query-on-exit; then test that instead (bug#12288).
5
12012-09-17 Stefan Merten <smerten@oekonux.de> 62012-09-17 Stefan Merten <smerten@oekonux.de>
2 7
3 * rst.el: Add support for `testcover'. 8 * rst.el: Add support for `testcover'.
@@ -1702,7 +1707,7 @@
1702 :local as the address. 1707 :local as the address.
1703 (list-processes): Doc fix. 1708 (list-processes): Doc fix.
1704 1709
17052012-08-04 Michal Nazarewicz <mina86@mina86.com> (tiny change) 17102012-08-04 Michal Nazarewicz <mina86@mina86.com>
1706 1711
1707 * lisp/mpc.el: Support password in host argument. 1712 * lisp/mpc.el: Support password in host argument.
1708 (mpc--proc-connect): Parse and use new password element. 1713 (mpc--proc-connect): Parse and use new password element.