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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/texinfo.el
Date: Fri, 04 Jan 2002 08:08:14 -0500

Index: emacs/lisp/textmodes/texinfo.el
diff -c emacs/lisp/textmodes/texinfo.el:1.86 
emacs/lisp/textmodes/texinfo.el:1.87
*** emacs/lisp/textmodes/texinfo.el:1.86        Tue Dec 25 11:16:22 2001
--- emacs/lisp/textmodes/texinfo.el     Fri Jan  4 08:08:14 2002
***************
*** 717,724 ****
           (save-excursion
             (texinfo-last-unended-begin)
             (match-string 1)))))
!     (insert "@end "
!     (if string (insert string "\n")))))
  
  ;; The following insert commands accept a prefix arg N, which is the
  ;; number of words (actually s-exprs) that should be surrounded by
--- 717,724 ----
           (save-excursion
             (texinfo-last-unended-begin)
             (match-string 1)))))
!     (insert "@end ")
!     (if string (insert string "\n"))))
  
  ;; The following insert commands accept a prefix arg N, which is the
  ;; number of words (actually s-exprs) that should be surrounded by



reply via email to

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