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 wrap: on
line diff
--- a/yatexlib.el	Thu Feb 02 17:18:29 1995 +0000
+++ b/yatexlib.el	Mon Apr 24 14:42:53 1995 +0000
@@ -2,7 +2,7 @@
 ;;; YaTeX library of general functions.
 ;;; yatexlib.el
 ;;; (c )1994-1995 by HIROSE Yuuji.[yuuji@ae.keio.ac.jp]
-;;; Last modified Thu Jan 26 11:15:29 1995 on pajero
+;;; Last modified Fri Feb 17 22:08:23 1995 on VFR
 ;;; $Id$
 
 ;;;###autoload
@@ -315,6 +315,10 @@
 	  (set-mouse-position frame 0 0)
 	  (and (featurep 'windows) (fboundp 'win:adjust-window)
 	       (win:adjust-window))))
+       ((and (featurep 'windows) (fboundp 'win:get-buffer-window)
+	     (win:get-buffer-window buffer))
+	(win:switch-window (win:get-buffer-window buffer))
+	(select-window (get-buffer-window buffer)))
        (t (switch-to-buffer buffer))))
 )
 

yatex.org