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: Sat, 05 Jan 2002 04:05:35 -0500

Index: emacs/lisp/enriched.el
diff -c emacs/lisp/enriched.el:1.37 emacs/lisp/enriched.el:1.38
*** emacs/lisp/enriched.el:1.37 Wed Jan  2 08:19:09 2002
--- emacs/lisp/enriched.el      Sat Jan  5 04:05:35 2002
***************
*** 310,319 ****
      ;; Return new end.
      (point-max)))
  
! (defun enriched-make-annotation (name positive)
!   "Format an annotation called NAME.
! If POSITIVE is non-nil, this is the opening annotation, if nil, this is the
! matching close."
    (cond ((stringp name)
         (format enriched-annotation-format (if positive "" "/") name))
        ;; Otherwise it is an annotation with parameters, represented as a list
--- 310,320 ----
      ;; Return new end.
      (point-max)))
  
! (defun enriched-make-annotation (internal-ann positive)
!   "Format an annotation INTERNAL-ANN.
! INTERNAL-ANN may be a string, for a flag, or a list of the form (PARAM VALUE).
! If POSITIVE is non-nil, this is the opening annotation;
! if nil, the matching close."
    (cond ((stringp name)
         (format enriched-annotation-format (if positive "" "/") name))
        ;; Otherwise it is an annotation with parameters, represented as a list



reply via email to

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