yatex

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 diff
     1.1 --- a/yatex.el	Fri Jan 13 16:19:56 2012 +0900
     1.2 +++ b/yatex.el	Sun Jan 15 09:08:17 2012 +0900
     1.3 @@ -2,7 +2,7 @@
     1.4  ;;; Yet Another tex-mode for emacs - //–ì’¹//
     1.5  ;;; yatex.el rev. 1.75.1
     1.6  ;;; (c)1991-2012 by HIROSE Yuuji.[yuuji@yatex.org]
     1.7 -;;; Last modified Fri Jan 13 16:17:27 2012 on firestorm
     1.8 +;;; Last modified Sun Jan 15 09:06:00 2012 on fusion
     1.9  ;;; $Id$
    1.10  ;;; The latest version of this software is always available at;
    1.11  ;;; http://www.yatex.org/
    1.12 @@ -830,7 +830,7 @@
    1.13  	  (or exchange (exchange-point-and-mark)))
    1.14        (goto-char beg2)
    1.15        (YaTeX-intelligent-newline nil)
    1.16 -      (if (intern-soft (concat "YaTeX-intelligent-newline-" env))
    1.17 +      (if (fboundp (intern-soft (concat "YaTeX-intelligent-newline-" env)))
    1.18  	  (progn
    1.19  	    (message
    1.20  	     (cond