aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2007-10-25 04:02:50 +0000
committerGlenn Morris <[email protected]>2007-10-25 04:02:50 +0000
commitb68769f25a438e5a49d448c40c3c624cccae7f76 (patch)
tree7713a48425efdc82cc7fa35c61e2a4e3e454125f /lisp/textmodes
parentf28af2ae4f5ac23021ee0acff8bdf2e4d442addf (diff)
(conf-space-keywords): Mark this regexp as safe if a string.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/conf-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/conf-mode.el b/lisp/textmodes/conf-mode.el
index 9eae2f54e5..51dca954c7 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)