diff --git a/yatexadd.el b/yatexadd.el index 1e89d2c..a9c2dfb 100644 --- a/yatexadd.el +++ b/yatexadd.el @@ -2,7 +2,7 @@ ;;; YaTeX add-in functions. ;;; yatexadd.el rev.20 ;;; (c)1991-2012 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Mon Feb 13 15:20:11 2012 on firestorm +;;; Last modified Fri Mar 9 21:19:09 2012 on firestorm ;;; $Id$ ;;; @@ -1224,7 +1224,7 @@ (sit-for 0) (select-window sw)) ((= ch ?n) (throw 'query nil))))))) - (replace-match new)) + (replace-match new t)) (and ov (delete-overlay ov))))) (setq bufs (cdr bufs)))))))