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/enriched.el


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/enriched.el
Date: Mon, 27 Sep 2004 18:14:56 -0400

Index: emacs/lisp/textmodes/enriched.el
diff -c emacs/lisp/textmodes/enriched.el:1.6 
emacs/lisp/textmodes/enriched.el:1.7
*** emacs/lisp/textmodes/enriched.el:1.6        Thu Sep 23 22:09:50 2004
--- emacs/lisp/textmodes/enriched.el    Mon Sep 27 22:07:53 2004
***************
*** 102,108 ****
  (defconst enriched-annotation-regexp "<\\(/\\)?\\([-A-Za-z0-9]+\\)>"
    "Regular expression matching enriched-text annotations.")
  
! (defconst enriched-translations
    '((face          (bold-italic "bold" "italic")
                   (bold        "bold")
                   (italic      "italic")
--- 102,108 ----
  (defconst enriched-annotation-regexp "<\\(/\\)?\\([-A-Za-z0-9]+\\)>"
    "Regular expression matching enriched-text annotations.")
  
! (defvar enriched-translations
    '((face          (bold-italic "bold" "italic")
                   (bold        "bold")
                   (italic      "italic")




reply via email to

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