emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/enriched.el
Date: Mon, 31 Dec 2001 15:23:56 -0500

Index: emacs/lisp/enriched.el
diff -c emacs/lisp/enriched.el:1.34 emacs/lisp/enriched.el:1.35
*** emacs/lisp/enriched.el:1.34 Sat Dec  1 23:08:55 2001
--- emacs/lisp/enriched.el      Mon Dec 31 15:23:56 2001
***************
*** 63,69 ****
  ;; have to be fixed-width.  So we just pick one that looks different from the
  ;; default.
  (defface fixed
!   '((t (:bold t)))
    "Face used for text that must be shown in fixed width.
  Currently, emacs can only display fixed-width fonts, but this may change.
  This face is used for text specifically marked as fixed-width, for example
--- 63,69 ----
  ;; have to be fixed-width.  So we just pick one that looks different from the
  ;; default.
  (defface fixed
!   '((t (:weight bold)))
    "Face used for text that must be shown in fixed width.
  Currently, emacs can only display fixed-width fonts, but this may change.
  This face is used for text specifically marked as fixed-width, for example
***************
*** 71,77 ****
    :group 'enriched)
  
  (defface excerpt
!   '((t (:italic t)))
    "Face used for text that is an excerpt from another document.
  This is used in Enriched mode for text explicitly marked as an excerpt."
    :group 'enriched)
--- 71,77 ----
    :group 'enriched)
  
  (defface excerpt
!   '((t (:slant italic)))
    "Face used for text that is an excerpt from another document.
  This is used in Enriched mode for text explicitly marked as an excerpt."
    :group 'enriched)



reply via email to

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