aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii2000-06-15 16:10:25 +0000
committerEli Zaretskii2000-06-15 16:10:25 +0000
commit261f3289cdb3efc85263ef47602539a1a82ec288 (patch)
treefcd5ba991f6ff36e19c317e57a19fd533ccdfb5e /lisp
parentb1bb9f74a5d197e2975d364689a433ad2f6aadc2 (diff)
downloademacs-261f3289cdb3efc85263ef47602539a1a82ec288.tar.gz
emacs-261f3289cdb3efc85263ef47602539a1a82ec288.zip
(SHELL): Make sure /bin/sh is used.
Diffstat (limited to 'lisp')
-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