diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2005-08-15 21:29:32 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2005-08-15 21:29:32 +0000 |
commit | 09763f377f565c4dd836568294b8b27fead20219 (patch) | |
tree | 4878dba2a65a24c62cbe5072351b2028d6de0f81 /lisp/compare-w.el | |
parent | ba076fdc2e854915a0beaadc1e37571fcd3def0e (diff) | |
download | emacs-09763f377f565c4dd836568294b8b27fead20219.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/compare-w.el')
-rw-r--r-- | lisp/compare-w.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/compare-w.el b/lisp/compare-w.el index 5795ce048c9..3fda5f5de76 100644 --- a/lisp/compare-w.el +++ b/lisp/compare-w.el @@ -127,8 +127,6 @@ and the value `((4) (4))' for horizontally split windows." "Face for highlighting of compare-windows difference regions." :group 'compare-w :version "22.1") -;; backward-compatibility alias -(put 'compare-windows-face 'face-alias 'compare-windows) (defvar compare-windows-overlay1 nil) (defvar compare-windows-overlay2 nil) |