From 6b2eb6eb790fc6695b6a620673af56704236554b Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 25 Oct 2007 03:59:26 +0000 Subject: [PATCH] (conf-space-keywords): Mark this regexps as safe if a string. --- lisp/textmodes/conf-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/textmodes/conf-mode.el b/lisp/textmodes/conf-mode.el index 9eae2f54e5f..51dca954c74 100644 --- a/lisp/textmodes/conf-mode.el +++ b/lisp/textmodes/conf-mode.el @@ -176,6 +176,7 @@ This allows constructs such as keyword var value This variable is best set in the file local variables, or through `conf-space-keywords-alist'.") +(put 'conf-space-keywords 'safe-local-variable 'stringp) (defvar conf-space-font-lock-keywords `(;; [section] (do this first because it may look like a parameter) -- 2.39.2