summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-10-26 16:06:24 +0000
committerRichard M. Stallman <rms@gnu.org>1996-10-26 16:06:24 +0000
commitaa20fd3d9322e163235e8f691a161557d4b8aff1 (patch)
tree566ad1a8d9bfa6612d78ffff2c8dba49faaca4e4 /lisp
parentc9b85b90495122a9498fa5526610d087611a66ec (diff)
downloademacs-aa20fd3d9322e163235e8f691a161557d4b8aff1.tar.gz
(sh-mode): Don't make font-lock-keywords buffer-local.
Diffstat (limited to 'lisp')
-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 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)