emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/texinfo.el
Date: Fri, 10 Jun 2005 06:46:20 -0400

Index: emacs/lisp/textmodes/texinfo.el
diff -c emacs/lisp/textmodes/texinfo.el:1.105 
emacs/lisp/textmodes/texinfo.el:1.106
*** emacs/lisp/textmodes/texinfo.el:1.105       Fri May 27 13:07:49 2005
--- emacs/lisp/textmodes/texinfo.el     Fri Jun 10 10:46:19 2005
***************
*** 1,7 ****
  ;;; texinfo.el --- major mode for editing Texinfo files
  
  ;; Copyright (C) 1985, 1988, 1989, 1990, 1991, 1992, 1993, 1996, 1997,
! ;;           2000, 2001, 2003, 2004 Free Software Foundation, Inc.
  
  ;; Author: Robert J. Chassell
  ;; Date:   [See date below for texinfo-version]
--- 1,7 ----
  ;;; texinfo.el --- major mode for editing Texinfo files
  
  ;; Copyright (C) 1985, 1988, 1989, 1990, 1991, 1992, 1993, 1996, 1997,
! ;;           2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
  
  ;; Author: Robert J. Chassell
  ;; Date:   [See date below for texinfo-version]
***************
*** 343,353 ****
    "Regexp for environment-like Texinfo list commands.
  Subexpression 1 is what goes into the corresponding address@hidden' 
statement.")
  
! (defface texinfo-heading-face
    '((t (:inherit font-lock-function-name-face)))
    "Face used for section headings in `texinfo-mode'."
    :group 'texinfo)
! (defvar texinfo-heading-face 'texinfo-heading-face)
  
  (defvar texinfo-font-lock-keywords
    `(;; All but the first had an OVERRIDE of t.
--- 343,355 ----
    "Regexp for environment-like Texinfo list commands.
  Subexpression 1 is what goes into the corresponding address@hidden' 
statement.")
  
! (defface texinfo-heading
    '((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)
! (defvar texinfo-heading-face 'texinfo-heading)
  
  (defvar texinfo-font-lock-keywords
    `(;; All but the first had an OVERRIDE of t.




reply via email to

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