]> gitweb.michael.orlitzky.com - nagios-mode.git/commitdiff
Set the default behavior to match keywords only (ignoring strings for now).
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 16 Feb 2009 04:26:43 +0000 (23:26 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 16 Feb 2009 04:26:43 +0000 (23:26 -0500)
This fixes one of the new tests by breaking everything else.

nagios-mode.el

index 126cb45fc4922169e674f389e24093ae4f0a99cf..f8ea84270a3bb56893e728610e5d44deabaf784b 100644 (file)
   ;; Configure font locking. Set the defaults to something
   ;; sensible, defined earlier.
   (make-local-variable 'font-lock-defaults)
-  (setq font-lock-defaults '(nagios-font-lock-keywords nil t))
+  (setq font-lock-defaults '(nagios-font-lock-keywords t t))
 
   ;; Keyboard Mapping
   (use-local-map nagios-mode-map)