yatex

diff yatexadd.el @ 541:7595fc6462ff

Add links
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 31 May 2018 09:53:11 +0900
parents 523f54775325
children e7356faf50df
line diff
     1.1 --- a/yatexadd.el	Wed May 16 22:42:48 2018 +0900
     1.2 +++ b/yatexadd.el	Thu May 31 09:53:11 2018 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatexadd.el --- YaTeX add-in functions -*- coding: sjis -*-
     1.5  ;;; (c)1991-2018 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Wed May 16 22:41:56 2018 on firestorm
     1.7 +;;; Last modified Wed May 30 13:35:42 2018 on firestorm
     1.8  ;;; $Id$
     1.9  
    1.10  ;;; Code:
    1.11 @@ -1296,7 +1296,7 @@
    1.12  				   (overlay-put
    1.13  				    (setq ov (make-overlay b e))
    1.14  				    'face repface)))
    1.15 -			     (switch-to-buffer buf)
    1.16 +			     (set-window-buffer nil buf)	;Emacs26
    1.17  			     (while t
    1.18  			       (message qmsg new)
    1.19  			       (setq ch (read-char))