diff options
| author | Glenn Morris | 2007-10-25 03:59:26 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-10-25 03:59:26 +0000 |
| commit | 6b2eb6eb790fc6695b6a620673af56704236554b (patch) | |
| tree | cf613438a2843db934c38dc4adc893d7765b0837 | |
| parent | be6a2f1a5a8ddc64a90fd9bca509489113f2639c (diff) | |
| download | emacs-6b2eb6eb790fc6695b6a620673af56704236554b.tar.gz emacs-6b2eb6eb790fc6695b6a620673af56704236554b.zip | |
(conf-space-keywords): Mark this regexps as safe if a string.
| -rw-r--r-- | lisp/textmodes/conf-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
| 176 | keyword var value | 176 | keyword var value |
| 177 | This variable is best set in the file local variables, or through | 177 | This variable is best set in the file local variables, or through |
| 178 | `conf-space-keywords-alist'.") | 178 | `conf-space-keywords-alist'.") |
| 179 | (put 'conf-space-keywords 'safe-local-variable 'stringp) | ||
| 179 | 180 | ||
| 180 | (defvar conf-space-font-lock-keywords | 181 | (defvar conf-space-font-lock-keywords |
| 181 | `(;; [section] (do this first because it may look like a parameter) | 182 | `(;; [section] (do this first because it may look like a parameter) |