yatex

diff yatexhlp.el @ 57:18f4939986e6

(j)LaTeX2e supported yatex19.el fixed a lot
author yuuji
date Sat, 02 Dec 1995 18:35:28 +0000
parents eb0512bfcb7f
children 3a7c0c2bf16d
line diff
     1.1 --- a/yatexhlp.el	Fri Nov 25 08:26:13 1994 +0000
     1.2 +++ b/yatexhlp.el	Sat Dec 02 18:35:28 1995 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  ;;; YaTeX helper with LaTeX commands and macros.
     1.5  ;;; yatexhlp.el
     1.6  ;;; (c )1994 by HIROSE Yuuji.[yuuji@ae.keio.ac.jp]
     1.7 -;;; Last modified Sat Nov 12 04:20:26 1994 on VFR
     1.8 +;;; Last modified Mon Jan 23 10:17:11 1995 on pajero
     1.9  ;;; $Id$
    1.10  
    1.11  (let ((help-file (concat "YATEXHLP."
    1.12 @@ -151,7 +151,7 @@
    1.13    (if (and (= (current-column) 1) (= (preceding-char) ?.) (eolp))
    1.14        (let ((cbuf (current-buffer)))
    1.15  	(beginning-of-line)
    1.16 -	(kill-line 1)
    1.17 +	(delete-region (point) (progn (forward-line 1) (point)))
    1.18  	(save-excursion
    1.19  	  (YaTeX-help-add-entry
    1.20  	   YaTeX-help-command-current YaTeX-help-file-current))