Mercurial > emacs
changeset 112029:921609a7c55a
* lisp/textmodes/conf-mode.el (conf-font-lock-keywords): Minor tweak (Bug#7712).
Use single quote instead of unused backquote.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 29 Dec 2010 19:02:48 +0800 |
parents | 5a30dfc28ea8 |
children | a456b0a17885 |
files | lisp/textmodes/conf-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/conf-mode.el Tue Dec 28 22:24:09 2010 -0500 +++ b/lisp/textmodes/conf-mode.el Wed Dec 29 19:02:48 2010 +0800 @@ -178,7 +178,7 @@ (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]*="