diff options
| author | Richard M. Stallman <rms@gnu.org> | 1996-10-26 16:06:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1996-10-26 16:06:24 +0000 |
| commit | 44d7776b5b20e082a385a106147477c94d2e29bf (patch) | |
| tree | e33ebcdbe8ef221fe31753201393ef301acfa4ab /lisp | |
| parent | 037fa8ca99f4f1d3f55bc2a856df5aac9739985b (diff) | |
| download | emacs-44d7776b5b20e082a385a106147477c94d2e29bf.tar.gz | |
(sh-mode): Don't make font-lock-keywords buffer-local.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/sh-script.el | 1 |
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) |
