]> code.delx.au - gnu-emacs/commitdiff
(sh-mode): Don't make font-lock-keywords buffer-local.
authorRichard M. Stallman <rms@gnu.org>
Sat, 26 Oct 1996 16:06:24 +0000 (16:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 26 Oct 1996 16:06:24 +0000 (16:06 +0000)
lisp/progmodes/sh-script.el

index 3cc905bd9fe451a0c4e021cd96923b86d5bf0d3a..3810444d65b49f5a87adfafaa69efcc04191e59d 100644 (file)
@@ -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)