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: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/enriched.el
Date: Sat, 19 Jul 2003 12:22:35 -0400

Index: emacs/lisp/textmodes/enriched.el
diff -c emacs/lisp/textmodes/enriched.el:1.1 
emacs/lisp/textmodes/enriched.el:1.2
*** emacs/lisp/textmodes/enriched.el:1.1        Fri May 30 19:28:51 2003
--- emacs/lisp/textmodes/enriched.el    Sat Jul 19 12:22:35 2003
***************
*** 462,468 ****
    "Decode a `display' property for text between START and END.
  PARAM is a `<param>' found for the property.
  Value is a list `(START END SYMBOL VALUE)' with START and END denoting
! the range of text to assign text property SYMBOL with value VALUE "
    (let ((prop (when (stringp param)
                (condition-case ()
                    (car (read-from-string param))
--- 462,468 ----
    "Decode a `display' property for text between START and END.
  PARAM is a `<param>' found for the property.
  Value is a list `(START END SYMBOL VALUE)' with START and END denoting
! the range of text to assign text property SYMBOL with value VALUE."
    (let ((prop (when (stringp param)
                (condition-case ()
                    (car (read-from-string param))




reply via email to

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