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 wrap: on
line diff
--- a/yatexmth.el	Sat Feb 24 16:44:25 2018 +0900
+++ b/yatexmth.el	Sat Feb 24 16:45:09 2018 +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 Sun Sep 17 10:23:45 2017 on firestorm
+;;; Last modified Sat Feb 24 16:40:22 2018 on firestorm
 ;;; $Id$
 
 ;;; Commentary:
@@ -985,9 +985,9 @@
 	    (t
 	     (setq size nil lr nil)))
       (while (not newsize)
-	(message (format (concat "Change from %s: "
+	(message (concat "Change from %s: "
 				 "l(big) L(Big) h(bigg) H(Bigg) "
-				 "r(left-right) n(NONE) ( { [") size))
+				 "r(left-right) n(NONE) ( { [") size)
 	(setq char (read-char)
 	      newsize (cond ((char-equal char ?l) "\\big")
 			    ((char-equal char ?L) "\\Big")
--- a/yatexprc.el	Sat Feb 24 16:44:25 2018 +0900
+++ b/yatexprc.el	Sat Feb 24 16:45:09 2018 +0900
@@ -1,7 +1,7 @@
 ;;; yatexprc.el --- YaTeX process handler -*- coding: sjis -*-
 ;;; 
 ;;; (c)1993-2018 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Tue Jan  9 13:18:05 2018 on firestorm
+;;; Last modified Sat Feb 24 16:40:46 2018 on firestorm
 ;;; $Id$
 
 ;;; Code:
@@ -115,7 +115,7 @@
 			    (cons YaTeX-typeset-process bibcmd)
 			    (delq (assq YaTeX-typeset-process bcprop) bcprop)))
 	      (put 'YaTeX-typeset-process 'bibcmd bcprop)))))
-      (message (format "Calling `%s'..." command))
+      (message "Calling `%s'..." command)
       (setq YaTeX-current-TeX-buffer (buffer-name))
       (use-local-map map)		;map may be localized
       (set-syntax-table YaTeX-typeset-buffer-syntax)

yatex.org