From: Michael Orlitzky Date: Mon, 16 Feb 2009 04:26:43 +0000 (-0500) Subject: Set the default behavior to match keywords only (ignoring strings for now). X-Git-Tag: v0.1~16 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=nagios-mode.git;a=commitdiff_plain;h=66ba71c7c53aa29c21edbbbb2dde9a7abde6f4ea;hp=1b048bb35d7d8298301843e8d0682e01bc30b392 Set the default behavior to match keywords only (ignoring strings for now). This fixes one of the new tests by breaking everything else. --- diff --git a/nagios-mode.el b/nagios-mode.el index 126cb45..f8ea842 100644 --- a/nagios-mode.el +++ b/nagios-mode.el @@ -313,7 +313,7 @@ ;; 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)