aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2015-02-08 16:00:17 -0800
committerPaul Eggert2015-02-08 16:00:58 -0800
commit5c20aa7486f9cb8871f40bca9ac5fee09caefca3 (patch)
tree6c1a11a7fe3f09a364e574d916b80dc7c303508f /lisp/ChangeLog
parent7d631aa0ffab875e4979727f632703ad5b4100a2 (diff)
downloademacs-5c20aa7486f9cb8871f40bca9ac5fee09caefca3.tar.gz
emacs-5c20aa7486f9cb8871f40bca9ac5fee09caefca3.zip
Port to platforms lacking test -a and -o
* configure.ac (HAVE_LIBXML2): * lisp/Makefile.in (compile-clean): * lisp/net/tramp-sh.el (tramp-find-executable): Prefer '&&' and '||' to 'test -a' and 'test -o'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ad4f3b9a7f3..ce381315b40 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12015-02-08 Paul Eggert <eggert@cs.ucla.edu>
2
3 Port to platforms lacking test -a and -o
4 * Makefile.in (compile-clean):
5 * net/tramp-sh.el (tramp-find-executable):
6 Prefer '&&' and '||' to 'test -a' and 'test -o'.
7
12015-02-08 Artur Malabarba <bruce.connor.am@gmail.com> 82015-02-08 Artur Malabarba <bruce.connor.am@gmail.com>
2 9
3 * newcomment.el (comment-line): Fix missing paren. 10 * newcomment.el (comment-line): Fix missing paren.