From 13b454db2d7a6ee6fd4a53d1b7fb155e87bca1ad Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 11 Jan 2003 22:47:33 +0000 Subject: [PATCH] (sgml-font-lock-keywords-2): Add flag to merge with existing fontification. --- lisp/textmodes/sgml-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index be85f4574b0..75d56392fab 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el @@ -1,6 +1,6 @@ ;;; sgml-mode.el --- SGML- and HTML-editing modes -;; Copyright (C) 1992,95,96,98,2001,2002 Free Software Foundation, Inc. +;; Copyright (C) 1992,95,96,98,2001,2002, 2003 Free Software Foundation, Inc. ;; Author: James Clark ;; Maintainer: FSF @@ -263,7 +263,7 @@ Any terminating `>' or `/' is not matched.") (regexp-opt (mapcar 'car sgml-tag-face-alist) t) "\\([ \t][^>]*\\)?>\\([^<]+\\)") '(3 (cdr (assoc (downcase (match-string 1)) - sgml-tag-face-alist)))))))) + sgml-tag-face-alist)) prepend)))))) ;; for font-lock, but must be defvar'ed after ;; sgml-font-lock-keywords-1 and sgml-font-lock-keywords-2 above -- 2.39.2