diff options
author | Glenn Morris <rgm@gnu.org> | 2009-09-01 07:46:01 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-09-01 07:46:01 +0000 |
commit | 49c539a128756bba53430ca5f6254583d70aacf5 (patch) | |
tree | 45a23eec405063b76a97e1d978f854cdee159a63 /lisp/textmodes | |
parent | c4f6e489aa5c0d3559f442587b32b01cf7dbdb8d (diff) | |
download | emacs-49c539a128756bba53430ca5f6254583d70aacf5.tar.gz |
(texinfo-heading-face): Mark face aliases with "-face" suffix as obsolete.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r-- | lisp/textmodes/texinfo.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index b936c45b50c..d7098639ae5 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el @@ -1,7 +1,8 @@ ;;; texinfo.el --- major mode for editing Texinfo files -*- coding: utf-8 -*- ;; Copyright (C) 1985, 1988, 1989, 1990, 1991, 1992, 1993, 1996, 1997, -;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Free Software Foundation, Inc. ;; Author: Robert J. Chassell ;; Date: [See date below for texinfo-version] @@ -338,8 +339,7 @@ Subexpression 1 is what goes into the corresponding `@end' statement.") '((t (:inherit font-lock-function-name-face))) "Face used for section headings in `texinfo-mode'." :group 'texinfo) -;; backward-compatibility alias -(put 'texinfo-heading-face 'face-alias 'texinfo-heading) +(define-obsolete-face-alias 'texinfo-heading-face 'texinfo-heading "22.1") (defvar texinfo-heading-face 'texinfo-heading) (defvar texinfo-font-lock-keywords |