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 | e95e5f8193f5f7f11cb0238330b4d7f39760fe25 (patch) | |
tree | 694ea8d8e0381c23d8d33824c74e9aeacdb1b053 /lisp/strokes.el | |
parent | ca19f3f1d1690a79d296d22ed42102bd986fbbc6 (diff) | |
download | emacs-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/strokes.el')
-rw-r--r-- | lisp/strokes.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/strokes.el b/lisp/strokes.el index 925ef360254..a432191b18a 100644 --- a/lisp/strokes.el +++ b/lisp/strokes.el @@ -1424,8 +1424,6 @@ Encode/decode your strokes with \\[strokes-encode-buffer], "Face for strokes characters." :version "21.1" :group 'strokes) -;; backward-compatibility alias -(put 'strokes-char-face 'face-alias 'strokes-char) (put 'strokes 'char-table-extra-slots 0) (defconst strokes-char-table (make-char-table 'strokes) ; |