yatex

diff yatexlib.el @ 46:cd1b63102eed

Support Mule2
author yuuji
date Mon, 19 Sep 1994 16:54:19 +0000
parents b00c74813e56
children d7e7b4654058
line diff
     1.1 --- a/yatexlib.el	Thu Jul 07 16:37:05 1994 +0000
     1.2 +++ b/yatexlib.el	Mon Sep 19 16:54:19 1994 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  ;;; YaTeX library of general functions.
     1.5  ;;; yatexlib.el
     1.6  ;;; (c )1994 by HIROSE Yuuji.[yuuji@ae.keio.ac.jp]
     1.7 -;;; Last modified Fri Jul  8 00:44:41 1994 on figaro
     1.8 +;;; Last modified Fri Sep 16 01:50:34 1994 on figaro
     1.9  ;;; $Id$
    1.10  
    1.11  ;;;###autoload
    1.12 @@ -53,7 +53,9 @@
    1.13  		   (file-name-nondirectory file))
    1.14  	  buf)
    1.15        (if (file-exists-p file)
    1.16 -	  (progn (find-file file) (current-buffer))
    1.17 +	  (funcall
    1.18 +	   (if setbuf 'find-file-noselect 'find-file)
    1.19 +	   file)
    1.20  	(message "%s was not found in this directory." file)
    1.21  	nil)))
    1.22  )