summaryrefslogtreecommitdiff
path: root/lisp/textmodes/sgml-mode.el
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2005-08-15 21:29:32 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2005-08-15 21:29:32 +0000
commite95e5f8193f5f7f11cb0238330b4d7f39760fe25 (patch)
tree694ea8d8e0381c23d8d33824c74e9aeacdb1b053 /lisp/textmodes/sgml-mode.el
parentca19f3f1d1690a79d296d22ed42102bd986fbbc6 (diff)
downloademacs-e95e5f8193f5f7f11cb0238330b4d7f39760fe25.tar.gz
* mh-customize.el: Do not use face-alias compatibility for
faces that did not appear in the previous Emacs release. * buff-menu.el: * compare-w.el: * emacs-lisp/testcover.el: * play/gomoku.el: * play/mpuz.el: * progmodes/flymake.el: * progmodes/gdb-ui.el: * progmodes/idlw-help.el: * progmodes/idlw-shell.el: * progmodes/ld-script.el: * progmodes/which-func.el: * ruler-mode.el: * strokes.el: * textmodes/sgml-mode.el: * textmodes/table.el: Do not use face-alias for backward compatibility for faces that did not appear in the previous Emacs release.
Diffstat (limited to 'lisp/textmodes/sgml-mode.el')
-rw-r--r--lisp/textmodes/sgml-mode.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el
index 7b5e2c520a1..1c43ce39ce6 100644
--- a/lisp/textmodes/sgml-mode.el
+++ b/lisp/textmodes/sgml-mode.el
@@ -252,8 +252,6 @@ Any terminating `>' or `/' is not matched.")
'((t (:inherit font-lock-builtin-face)))
"`sgml-mode' face used to highlight the namespace part of identifiers."
:group 'sgml)
-;; backward-compatibility alias
-(put 'sgml-namespace-face 'face-alias 'sgml-namespace)
(defvar sgml-namespace-face 'sgml-namespace)
;; internal