summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>1999-12-16 13:23:58 +0000
committerGerd Moellmann <gerd@gnu.org>1999-12-16 13:23:58 +0000
commit031999fb8042b73f8fb6aab649c0356b860f7955 (patch)
treee52cd8d0eb196af2767c61f092963d6ae0b0832e
parent5bd471e85a81bc27e319ee84efcdab0cc9a6e2f7 (diff)
downloademacs-031999fb8042b73f8fb6aab649c0356b860f7955.tar.gz
*** empty log message ***
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/ChangeLog.72
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3eae79d4a91..b071b169886 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
1999-12-16 Gerd Moellmann <gerd@gnu.org>
+ * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
+ the shell from sh-shell-file.
+
* font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7
index f6b26d92e3f..021912e4787 100644
--- a/lisp/ChangeLog.7
+++ b/lisp/ChangeLog.7
@@ -19528,7 +19528,7 @@
* mspools.el: New file.
- * sh-script.el (sh-set-shell): If file has no #! line,
+ * sh-script.el (sh-mode): If file has no #! line,
set the syntax table based on the default shell.
1997-03-29 Barry A. Warsaw <cc-mode-help@python.org>