# HG changeset patch # User HIROSE Yuuji # Date 1519458309 -32400 # Node ID af4601ee3c6a394f184f0ff001edd786f8fd57a5 # Parent 8eb15c0f9627cc8b2942d6b4280ae143423f942e Format() function don't need message() diff -r 8eb15c0f9627 -r af4601ee3c6a yatexmth.el --- 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") diff -r 8eb15c0f9627 -r af4601ee3c6a yatexprc.el --- 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)