# HG changeset patch # User Gerd Moellmann # Date 945350638 0 # Node ID 4335b1ee34bba8417b8dc126a4ab5a7a579d03c6 # Parent e1c54e3a7a61c9face1f7041104e936fb1cea141 *** empty log message *** diff -r e1c54e3a7a61 -r 4335b1ee34bb lisp/ChangeLog --- 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 + * 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 diff -r e1c54e3a7a61 -r 4335b1ee34bb lisp/ChangeLog.7 --- 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