diff yatexenv.el @ 73:f41b01fef5d6

Stable version(hope to be)
author yuuji
date Wed, 22 May 2002 04:57:42 +0000
parents 44e3a5e1e883
children 1b172d26b55e
line wrap: on
line diff
--- a/yatexenv.el	Mon Dec 25 10:19:28 2000 +0000
+++ b/yatexenv.el	Wed May 22 04:57:42 2002 +0000
@@ -2,7 +2,7 @@
 ;;; YaTeX environment-specific functions.
 ;;; yatexenv.el
 ;;; (c ) 1994-1997 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Thu Aug 26 18:14:51 1999 on firestorm
+;;; Last modified Thu Jan 18 15:21:26 2001 on buell
 ;;; $Id$
 
 ;;;
@@ -230,7 +230,7 @@
 	  (looking-at "\\\\right\\b"))
 	(progn (YaTeX-reindent
 		(save-excursion (YaTeX-goto-corresponding-leftright)
-				(1- (current-column)))))
+				(- (current-column) 0))))
       (save-excursion
 	(forward-line -1)
 	(while (and (not (bobp)) (YaTeX-on-comment-p))
@@ -285,7 +285,7 @@
 is on another line."
   (let ((YaTeX-struct-begin "\\left%1")
 	(YaTeX-struct-end "\\right%1")
-	(YaTeX-struct-name-regexp "[][(){}.|]"))
+	(YaTeX-struct-name-regexp "[][(){}\\.|]"))
     (YaTeX-goto-corresponding-environment t)))
 
 ;;;

yatex.org