yatex

diff yatexmth.el @ 45:b0fc9c2950cd

Prepare for supporting Emacs-19.
author yuuji
date Sun, 24 Jul 1994 15:07:23 +0000
parents b00c74813e56
children d7e7b4654058
line diff
     1.1 --- a/yatexmth.el	Thu Jul 07 16:37:05 1994 +0000
     1.2 +++ b/yatexmth.el	Sun Jul 24 15:07:23 1994 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  ;;; YaTeX math-mode-specific functions.
     1.5  ;;; yatexmth.el rev.2
     1.6  ;;; (c )1993-1994 by HIROSE Yuuji [yuuji@ae.keio.ac.jp]
     1.7 -;;; Last modified Fri Jul  8 00:48:24 1994 on figaro
     1.8 +;;; Last modified Thu Jul 14 22:42:05 1994 on figaro
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; [Customization guide]
    1.12 @@ -459,7 +459,8 @@
    1.13  		    (if (or (= (char-after (1- me0)) ?\))
    1.14  			    (= (char-after (1- me0)) ?\]))
    1.15  			(setq nest (1+ nest))
    1.16 -		      (setq nest (1- nest)))))
    1.17 +		      (if (= (preceding-char) ?\\ ) nil;;\\[5pt]
    1.18 +			(setq nest (1- nest))))))
    1.19  		(if (< nest 0) (throw 'open t))))
    1.20  	    t)
    1.21  	   (t (catch 'dollar