diff yatexlib.el @ 46:cd1b63102eed

Support Mule2
author yuuji
date Mon, 19 Sep 1994 16:54:19 +0000
parents b00c74813e56
children d7e7b4654058
line wrap: on
line diff
--- a/yatexlib.el	Sun Jul 24 15:07:23 1994 +0000
+++ b/yatexlib.el	Mon Sep 19 16:54:19 1994 +0000
@@ -2,7 +2,7 @@
 ;;; YaTeX library of general functions.
 ;;; yatexlib.el
 ;;; (c )1994 by HIROSE Yuuji.[yuuji@ae.keio.ac.jp]
-;;; Last modified Fri Jul  8 00:44:41 1994 on figaro
+;;; Last modified Fri Sep 16 01:50:34 1994 on figaro
 ;;; $Id$
 
 ;;;###autoload
@@ -53,7 +53,9 @@
 		   (file-name-nondirectory file))
 	  buf)
       (if (file-exists-p file)
-	  (progn (find-file file) (current-buffer))
+	  (funcall
+	   (if setbuf 'find-file-noselect 'find-file)
+	   file)
 	(message "%s was not found in this directory." file)
 	nil)))
 )

yatex.org