Mercurial > emacs
changeset 79219:b892c8b20287
(conf-space-keywords): Mark this regexps as safe if a string.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 25 Oct 2007 03:59:26 +0000 |
parents | 6804b42c465a |
children | 7348eddedaed |
files | lisp/textmodes/conf-mode.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/conf-mode.el Thu Oct 25 03:57:21 2007 +0000 +++ b/lisp/textmodes/conf-mode.el Thu Oct 25 03:59:26 2007 +0000 @@ -176,6 +176,7 @@ 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)