diff yatexsec.el @ 70:44e3a5e1e883

Fix makefile for Windows Brush up label completion \cite completion Support much more about LaTeX2e --- [yahtml] English Info (By Jun Ohya) Automatic pixel size detection for <img src="..."> Aware global-class of css definition & for char-entity reference
author yuuji
date Sun, 09 Apr 2000 03:37:47 +0000
parents 0eb6997bee16
children 0aaebd07dad0
line wrap: on
line diff
--- a/yatexsec.el	Thu Jul 15 04:58:26 1999 +0000
+++ b/yatexsec.el	Sun Apr 09 03:37:47 2000 +0000
@@ -1,8 +1,8 @@
 ;;; -*- Emacs-Lisp -*-
 ;;; YaTeX sectioning browser.
 ;;; yatexsec.el
-;;; (c ) 1994, 1998 by HIROSE Yuuji [yuuji@ae.keio.ac.jp]
-;;; Last modified Wed Sep 30 20:09:35 1998 on firestorm
+;;; (c ) 1994, 1998 by HIROSE Yuuji [yuuji@yatex.org]
+;;; Last modified Sun Dec 19 13:13:17 1999 on firestorm
 ;;; $Id$
 
 (defvar YaTeX-sectioning-level
@@ -287,6 +287,7 @@
     (save-excursion
       (set-buffer (get-buffer-create YaTeX-sectioning-buffer))
       (setq buffer-read-only nil)
+      (erase-buffer)
       (set-buffer cb)
       (YaTeX-showup-buffer YaTeX-sectioning-buffer) ;show buffer
       (goto-char (point-min))

yatex.org