yatex

diff yatexprc.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 8eb15c0f9627
children fb4822efb1f5
line diff
     1.1 --- a/yatexprc.el	Sat Feb 24 16:44:25 2018 +0900
     1.2 +++ b/yatexprc.el	Sat Feb 24 16:45:09 2018 +0900
     1.3 @@ -1,7 +1,7 @@
     1.4  ;;; yatexprc.el --- YaTeX process handler -*- coding: sjis -*-
     1.5  ;;; 
     1.6  ;;; (c)1993-2018 by HIROSE Yuuji.[yuuji@yatex.org]
     1.7 -;;; Last modified Tue Jan  9 13:18:05 2018 on firestorm
     1.8 +;;; Last modified Sat Feb 24 16:40:46 2018 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; Code:
    1.12 @@ -115,7 +115,7 @@
    1.13  			    (cons YaTeX-typeset-process bibcmd)
    1.14  			    (delq (assq YaTeX-typeset-process bcprop) bcprop)))
    1.15  	      (put 'YaTeX-typeset-process 'bibcmd bcprop)))))
    1.16 -      (message (format "Calling `%s'..." command))
    1.17 +      (message "Calling `%s'..." command)
    1.18        (setq YaTeX-current-TeX-buffer (buffer-name))
    1.19        (use-local-map map)		;map may be localized
    1.20        (set-syntax-table YaTeX-typeset-buffer-syntax)