Mercurial > emacs
changeset 65036:99065de2f7e5
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 18 Aug 2005 15:03:55 +0000 |
parents | 126c81827d58 |
children | 32d63112a18c |
files | lisp/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Aug 18 15:03:37 2005 +0000 +++ b/lisp/ChangeLog Thu Aug 18 15:03:55 2005 +0000 @@ -53,8 +53,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 +116,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.