*** empty log message ***

This commit is contained in:
Kim F. Storm 2005-08-18 15:06:09 +00:00
parent 94396ace82
commit 8573477e2f

View file

@ -1,3 +1,7 @@
2005-08-18 Kim F. Storm <storm@cua.dk>
* scroll-lock.el: Fix errors due to incorrect line wrapping.
2005-08-18 Richard M. Stallman <rms@gnu.org>
* scroll-lock.el: New file.
@ -53,8 +57,7 @@
for backward compatibility for faces that did not appear in the
previous Emacs release.
* simple.el (next-error-follow-minor-mode): Fix init value and
ligher.
* simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2005-08-15 Kim F. Storm <storm@cua.dk>
@ -117,12 +120,9 @@
* progmodes/sh-script.el (sh-font-lock-keywords-var): Variable
renamed from sh-font-lock-keywords. In the `shell' entry, don't
try to refer to executable-font-lock-keywords.
(sh-font-lock-keywords-var-1): Renamed from
sh-font-lock-keywords-1.
(sh-font-lock-keywords-var-2): Renamed from
sh-font-lock-keywords-2.
(sh-font-lock-keywords): Append executable-font-lock-keywords
here.
(sh-font-lock-keywords-var-1): Renamed from sh-font-lock-keywords-1.
(sh-font-lock-keywords-var-2): Renamed from sh-font-lock-keywords-2.
(sh-font-lock-keywords): Append executable-font-lock-keywords here.
(sh-mode): Set comment-start-skip, local-abbrev-table,
imenu-case-fold-search.
(sh-set-shell): Don't set them here.