1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

* lisp/textmodes/conf-mode.el (conf-font-lock-keywords): Minor tweak (Bug#7712).

Use single quote instead of unused backquote.
This commit is contained in:
Chong Yidong 2010-12-29 19:02:48 +08:00
parent 6e457cc94c
commit 5ae0867f43

View File

@ -178,7 +178,7 @@ not align (only setting space according to `conf-assignment-space')."
(defvar conf-font-lock-keywords
`(;; [section] (do this first because it may look like a parameter)
'(;; [section] (do this first because it may look like a parameter)
("^[ \t]*\\[\\(.+\\)\\]" 1 'font-lock-type-face)
;; var=val or var[index]=val
("^[ \t]*\\(.+?\\)\\(?:\\[\\(.*?\\)\\]\\)?[ \t]*="