changeset 218:58a023f16e07 dev

Guidance of intelligent-newline shoud check fboundp.
author yuuji@fusion.yk.gentei.org
date Sun, 15 Jan 2012 09:08:17 +0900
parents e59126447ee7
children ad4e0a008972
files yatex.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/yatex.el	Fri Jan 13 16:19:56 2012 +0900
+++ b/yatex.el	Sun Jan 15 09:08:17 2012 +0900
@@ -2,7 +2,7 @@
 ;;; Yet Another tex-mode for emacs - //–ì’¹//
 ;;; yatex.el rev. 1.75.1
 ;;; (c)1991-2012 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Fri Jan 13 16:17:27 2012 on firestorm
+;;; Last modified Sun Jan 15 09:06:00 2012 on fusion
 ;;; $Id$
 ;;; The latest version of this software is always available at;
 ;;; http://www.yatex.org/
@@ -830,7 +830,7 @@
 	  (or exchange (exchange-point-and-mark)))
       (goto-char beg2)
       (YaTeX-intelligent-newline nil)
-      (if (intern-soft (concat "YaTeX-intelligent-newline-" env))
+      (if (fboundp (intern-soft (concat "YaTeX-intelligent-newline-" env)))
 	  (progn
 	    (message
 	     (cond

yatex.org