# HG changeset patch # User Richard M. Stallman # Date 846345984 0 # Node ID 0927028baa823c6786b160af586e49af79cd39ce # Parent 446f51ea7cb8e0886dac73629411339084f5c684 (sh-mode): Don't make font-lock-keywords buffer-local. diff -r 446f51ea7cb8 -r 0927028baa82 lisp/progmodes/sh-script.el --- 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)