diff --git a/yatex.el b/yatex.el index c06e1a5..5ff4d11 100644 --- a/yatex.el +++ b/yatex.el @@ -1,6 +1,6 @@ ;;; yatex.el --- Yet Another tex-mode for emacs //�쒹// -*- coding: sjis -*- ;;; (c)1991-2014 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Sun Dec 28 16:17:42 2014 on firestorm +;;; Last modified Sun Dec 28 23:31:32 2014 on firestorm ;;; $Id$ ;;; The latest version of this software is always available at; ;;; http://www.yatex.org/ @@ -8,7 +8,7 @@ ;;; Code: (require 'comment) (require 'yatexlib) -(defconst YaTeX-revision-number "1.78.1" +(defconst YaTeX-revision-number "1.78.2" "Revision number of running yatex.el") ;---------- Local variables ---------- diff --git a/yatexprc.el b/yatexprc.el index fd4126c..706737d 100644 --- a/yatexprc.el +++ b/yatexprc.el @@ -1,7 +1,7 @@ ;;; yatexprc.el --- YaTeX process handler ;;; ;;; (c)1993-2014 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Fri Dec 26 16:14:48 2014 on firestorm +;;; Last modified Sun Dec 28 23:35:01 2014 on firestorm ;;; $Id$ ;;; Code: @@ -136,9 +136,11 @@ (setq YaTeX-typeset-marker (make-marker))) (point)) (insert (format "Call `%s'\n" command)) - (if YaTeX-dos (message "Done.") + (cond + ((fboundp 'start-process) (insert " ") (set-marker (process-mark YaTeX-typeset-process) (1- (point)))) + (t (message "Done."))) (if (bolp) (forward-line -1)) ;what for? (cond (background nil)