Mercurial > emacs
changeset 16468:0927028baa82
(sh-mode): Don't make font-lock-keywords buffer-local.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 26 Oct 1996 16:06:24 +0000 |
parents | 446f51ea7cb8 |
children | 479c96f4be3a |
files | lisp/progmodes/sh-script.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/sh-script.el Sat Oct 26 16:06:11 1996 +0000 +++ b/lisp/progmodes/sh-script.el Sat Oct 26 16:06:24 1996 +0000 @@ -619,7 +619,6 @@ (make-local-variable 'skeleton-pair-filter) (make-local-variable 'comint-dynamic-complete-functions) (make-local-variable 'comint-prompt-regexp) - (make-local-variable 'font-lock-keywords) (make-local-variable 'font-lock-defaults) (make-local-variable 'skeleton-filter) (make-local-variable 'skeleton-newline-indent-rigidly)