yatex

diff yatexmth.el @ 527:af4601ee3c6a

Format() function don't need message()
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 24 Feb 2018 16:45:09 +0900
parents c0827f80b18e
children a2ef47ba407f
line diff
     1.1 --- a/yatexmth.el	Sun Sep 17 10:25:38 2017 +0859
     1.2 +++ b/yatexmth.el	Sat Feb 24 16:45:09 2018 +0900
     1.3 @@ -1,7 +1,7 @@
     1.4  ;;; yatexmth.el --- YaTeX math-mode-specific functions -*- coding: sjis -*-
     1.5  ;;; 
     1.6  ;;; (c)1993-2017 by HIROSE Yuuji [yuuji@yatex.org]
     1.7 -;;; Last modified Sun Sep 17 10:23:45 2017 on firestorm
     1.8 +;;; Last modified Sat Feb 24 16:40:22 2018 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; Commentary:
    1.12 @@ -985,9 +985,9 @@
    1.13  	    (t
    1.14  	     (setq size nil lr nil)))
    1.15        (while (not newsize)
    1.16 -	(message (format (concat "Change from %s: "
    1.17 +	(message (concat "Change from %s: "
    1.18  				 "l(big) L(Big) h(bigg) H(Bigg) "
    1.19 -				 "r(left-right) n(NONE) ( { [") size))
    1.20 +				 "r(left-right) n(NONE) ( { [") size)
    1.21  	(setq char (read-char)
    1.22  	      newsize (cond ((char-equal char ?l) "\\big")
    1.23  			    ((char-equal char ?L) "\\Big")