# HG changeset patch # User Andreas Schwab # Date 1042325253 0 # Node ID 3db6e402ea2c184bed1b182d1890488940567adf # Parent 0772673f9a65f25c067005b3a7317a02d924cc6d (sgml-font-lock-keywords-2): Add flag to merge with existing fontification. diff -r 0772673f9a65 -r 3db6e402ea2c lisp/textmodes/sgml-mode.el --- a/lisp/textmodes/sgml-mode.el Sat Jan 11 20:21:46 2003 +0000 +++ b/lisp/textmodes/sgml-mode.el Sat Jan 11 22:47:33 2003 +0000 @@ -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 @@ (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