From: Glenn Morris Date: Thu, 25 Oct 2007 03:59:26 +0000 (+0000) Subject: (conf-space-keywords): Mark this regexps as safe if a string. X-Git-Tag: emacs-pretest-22.1.90~509 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6b2eb6eb790fc6695b6a620673af56704236554b;p=emacs.git (conf-space-keywords): Mark this regexps as safe if a string. --- 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)