From 44d7776b5b20e082a385a106147477c94d2e29bf Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 26 Oct 1996 16:06:24 +0000 Subject: [PATCH] (sh-mode): Don't make font-lock-keywords buffer-local. --- lisp/progmodes/sh-script.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 3cc905bd9fe..3810444d65b 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -619,7 +619,6 @@ with your script for an edit-interpret-debug cycle." (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) -- 2.39.5