]> git.eshelyaron.com Git - emacs.git/commitdiff
(conf-space-keywords): Mark this regexps as safe if a string.
authorGlenn Morris <rgm@gnu.org>
Thu, 25 Oct 2007 03:59:26 +0000 (03:59 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 25 Oct 2007 03:59:26 +0000 (03:59 +0000)
lisp/textmodes/conf-mode.el

index 9eae2f54e5f1cbf99712f672791fd45c15614b65..51dca954c74fe99470258fbf01e3f2e54a315633 100644 (file)
@@ -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)