Mercurial > emacs
changeset 26919:4335b1ee34bb
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 16 Dec 1999 13:23:58 +0000 |
parents | e1c54e3a7a61 |
children | e510f839bc63 |
files | lisp/ChangeLog lisp/ChangeLog.7 |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Dec 16 13:22:42 1999 +0000 +++ b/lisp/ChangeLog Thu Dec 16 13:23:58 1999 +0000 @@ -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>
--- a/lisp/ChangeLog.7 Thu Dec 16 13:22:42 1999 +0000 +++ b/lisp/ChangeLog.7 Thu Dec 16 13:23:58 1999 +0000 @@ -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>