yatex

changeset 527:af4601ee3c6a dev

Format() function don't need message()
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 24 Feb 2018 16:45:09 +0900
parents 8eb15c0f9627
children 523f54775325
files yatexmth.el yatexprc.el
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line diff
     1.1 --- a/yatexmth.el	Sat Feb 24 16:44:25 2018 +0900
     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")
     2.1 --- a/yatexprc.el	Sat Feb 24 16:44:25 2018 +0900
     2.2 +++ b/yatexprc.el	Sat Feb 24 16:45:09 2018 +0900
     2.3 @@ -1,7 +1,7 @@
     2.4  ;;; yatexprc.el --- YaTeX process handler -*- coding: sjis -*-
     2.5  ;;; 
     2.6  ;;; (c)1993-2018 by HIROSE Yuuji.[yuuji@yatex.org]
     2.7 -;;; Last modified Tue Jan  9 13:18:05 2018 on firestorm
     2.8 +;;; Last modified Sat Feb 24 16:40:46 2018 on firestorm
     2.9  ;;; $Id$
    2.10  
    2.11  ;;; Code:
    2.12 @@ -115,7 +115,7 @@
    2.13  			    (cons YaTeX-typeset-process bibcmd)
    2.14  			    (delq (assq YaTeX-typeset-process bcprop) bcprop)))
    2.15  	      (put 'YaTeX-typeset-process 'bibcmd bcprop)))))
    2.16 -      (message (format "Calling `%s'..." command))
    2.17 +      (message "Calling `%s'..." command)
    2.18        (setq YaTeX-current-TeX-buffer (buffer-name))
    2.19        (use-local-map map)		;map may be localized
    2.20        (set-syntax-table YaTeX-typeset-buffer-syntax)