yatex

diff yatexlib.el @ 54:2d45e43fb35f

Full support of English documents
author yuuji
date Mon, 24 Apr 1995 14:42:53 +0000
parents 5f4b18da14b3
children a9653fbd1c1c
line diff
     1.1 --- a/yatexlib.el	Thu Feb 02 17:18:29 1995 +0000
     1.2 +++ b/yatexlib.el	Mon Apr 24 14:42:53 1995 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  ;;; YaTeX library of general functions.
     1.5  ;;; yatexlib.el
     1.6  ;;; (c )1994-1995 by HIROSE Yuuji.[yuuji@ae.keio.ac.jp]
     1.7 -;;; Last modified Thu Jan 26 11:15:29 1995 on pajero
     1.8 +;;; Last modified Fri Feb 17 22:08:23 1995 on VFR
     1.9  ;;; $Id$
    1.10  
    1.11  ;;;###autoload
    1.12 @@ -315,6 +315,10 @@
    1.13  	  (set-mouse-position frame 0 0)
    1.14  	  (and (featurep 'windows) (fboundp 'win:adjust-window)
    1.15  	       (win:adjust-window))))
    1.16 +       ((and (featurep 'windows) (fboundp 'win:get-buffer-window)
    1.17 +	     (win:get-buffer-window buffer))
    1.18 +	(win:switch-window (win:get-buffer-window buffer))
    1.19 +	(select-window (get-buffer-window buffer)))
    1.20         (t (switch-to-buffer buffer))))
    1.21  )
    1.22