diff yatexmth.el @ 450:8871fe9f563b dev

YaTeX-math-other-env-alist should have list form
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 18 Jan 2017 07:49:03 +0900
parents c2c547e147c7
children 7bf780961390
line wrap: on
line diff
--- a/yatexmth.el	Tue Jan 17 22:38:37 2017 +0900
+++ b/yatexmth.el	Wed Jan 18 07:49:03 2017 +0900
@@ -1,7 +1,7 @@
 ;;; yatexmth.el --- YaTeX math-mode-specific functions -*- coding: sjis -*-
 ;;; 
 ;;; (c)1993-2017 by HIROSE Yuuji [yuuji@yatex.org]
-;;; Last modified Tue Jan 17 22:33:52 2017 on firestorm
+;;; Last modified Wed Jan 18 07:40:11 2017 on firestorm
 ;;; $Id$
 
 ;;; Commentary:
@@ -523,7 +523,7 @@
 	      ;;  "alignat*" "xalignat" "xalignat*" "xxalignat" "xxalignat*"
 	      YaTeX-math-begin-list
 	    )
-	  YaTeX-math-other-env-alist))
+	  YaTeX-math-other-env-list))
 	(let*((p (point)) (nest 0) me0 r firstp dollar
 	      (delim (concat YaTeX-sectioning-regexp "\\|^$\\|^\C-l"))
 	      (boundary

yatex.org