diff yatexgen.el @ 59:48ac97a6b6ce

Call drawing tools ID completion (yahtml)
author yuuji
date Wed, 01 May 1996 15:35:40 +0000
parents 5d94deabb9f9
children 44e3a5e1e883
line wrap: on
line diff
--- a/yatexgen.el	Thu Feb 01 18:55:47 1996 +0000
+++ b/yatexgen.el	Wed May 01 15:35:40 1996 +0000
@@ -2,7 +2,7 @@
 ;;; YaTeX add-in function generator.
 ;;; yatexgen.el rev.5
 ;;; (c )1991-1995 by HIROSE Yuuji.[yuuji@ae.keio.ac.jp]
-;;; Last modified Sun Jan 22 23:15:34 1995 on landcruiser
+;;; Last modified Thu Feb 15 01:44:24 1996 on nsr
 ;;; $Id$
 
 (require 'yatex)
@@ -450,7 +450,7 @@
    ((equal left "[") "]")
    ((equal left "(") ")")
    ((equal left "<") ">")
-   ((equal left "\\begin{" "}"))
+   ((equal left "\\begin{") "}")
    (t left))
 )
 (defun YaTeX-generate-create-read-string (&optional nth)

yatex.org