aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/Makefile.in2
2 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 22dae1d4843..ea7456026f0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12000-06-15 Eli Zaretskii <eliz@is.elta.co.il> 12000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
2 2
3 * Makefile.in (SHELL): Make sure /bin/sh is used.
4
3 * woman.el (woman-man-buffer): Fix bold and underlined CJK 5 * woman.el (woman-man-buffer): Fix bold and underlined CJK
4 characters, which use series of two ^H characters instead of one. 6 characters, which use series of two ^H characters instead of one.
5 7
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 0d92b90ec8a..3520ea60d9b 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -2,6 +2,8 @@
2# Maintenance productions for the Lisp directory 2# Maintenance productions for the Lisp directory
3# 3#
4 4
5SHELL = /bin/sh
6
5lisp=@srcdir@ 7lisp=@srcdir@
6VPATH=@srcdir@ 8VPATH=@srcdir@
7 9