Mercurial > emacs
changeset 85623:23b2415903a7
(conf-space-keywords): Mark this regexp as safe if a string.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 25 Oct 2007 04:00:04 +0000 |
parents | 64fc611703ff |
children | 745db457503b |
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:58:45 2007 +0000 +++ b/lisp/textmodes/conf-mode.el Thu Oct 25 04:00:04 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)