aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-10-26 16:06:24 +0000
committerRichard M. Stallman <[email protected]>1996-10-26 16:06:24 +0000
commit44d7776b5b20e082a385a106147477c94d2e29bf (patch)
treee33ebcdbe8ef221fe31753201393ef301acfa4ab
parent037fa8ca99f4f1d3f55bc2a856df5aac9739985b (diff)
(sh-mode): Don't make font-lock-keywords buffer-local.
-rw-r--r--lisp/progmodes/sh-script.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index 3cc905bd9f..3810444d65 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)