/[emacs]/emacs/lisp/textmodes/sgml-mode.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/sgml-mode.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.106 by lute, Fri May 27 12:37:29 2005 UTC revision 1.107 by miles, Fri Jun 10 10:45:17 2005 UTC
# Line 248  separated by a space." Line 248  separated by a space."
248    "Regular expression that matches a non-empty start tag.    "Regular expression that matches a non-empty start tag.
249  Any terminating `>' or `/' is not matched.")  Any terminating `>' or `/' is not matched.")
250    
251  (defface sgml-namespace-face  (defface sgml-namespace
252    '((t (:inherit font-lock-builtin-face)))    '((t (:inherit font-lock-builtin-face)))
253    "`sgml-mode' face used to highlight the namespace part of identifiers."    "`sgml-mode' face used to highlight the namespace part of identifiers."
254    :group 'sgml)    :group 'sgml)
255  (defvar sgml-namespace-face 'sgml-namespace-face)  ;; backward-compatibility alias
256    (put 'sgml-namespace-face 'face-alias 'sgml-namespace)
257    (defvar sgml-namespace-face 'sgml-namespace)
258    
259  ;; internal  ;; internal
260  (defconst sgml-font-lock-keywords-1  (defconst sgml-font-lock-keywords-1

Legend:
Removed from v.1.106  
changed lines
  Added in v.1.107

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26