emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog textmodes/texinfo.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ChangeLog textmodes/texinfo.el
Date: Tue, 01 Sep 2009 07:46:11 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/09/01 07:46:09

Modified files:
        lisp           : ChangeLog 
        lisp/textmodes : texinfo.el 

Log message:
        (texinfo-heading-face): Mark face aliases with "-face" suffix as 
obsolete.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16078&r2=1.16079
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/textmodes/texinfo.el?cvsroot=emacs&r1=1.126&r2=1.127

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16078
retrieving revision 1.16079
diff -u -b -r1.16078 -r1.16079
--- ChangeLog   1 Sep 2009 07:24:13 -0000       1.16078
+++ ChangeLog   1 Sep 2009 07:46:01 -0000       1.16079
@@ -42,6 +42,7 @@
        * textmodes/flyspell.el (flyspell-incorrect-face)
        (flyspell-duplicate-face):
        * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
+       * textmodes/texinfo.el (texinfo-heading-face):
        Mark face aliases with "-face" suffix as obsolete.
 
        * mail/feedmail.el (file-name-buffer-file-type-alist): Define for

Index: textmodes/texinfo.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/textmodes/texinfo.el,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -b -r1.126 -r1.127
--- textmodes/texinfo.el        18 Aug 2009 01:20:34 -0000      1.126
+++ textmodes/texinfo.el        1 Sep 2009 07:46:09 -0000       1.127
@@ -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 @@
   '((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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]