yatex

diff yatexhlp.el @ 46:cd1b63102eed

Support Mule2
author yuuji
date Mon, 19 Sep 1994 16:54:19 +0000
parents b00c74813e56
children eb0512bfcb7f
line diff
     1.1 --- a/yatexhlp.el	Thu Jul 07 16:37:05 1994 +0000
     1.2 +++ b/yatexhlp.el	Mon Sep 19 16:54:19 1994 +0000
     1.3 @@ -2,15 +2,17 @@
     1.4  ;;; YaTeX helper with LaTeX commands and macros.
     1.5  ;;; yatexhlp.el
     1.6  ;;; (c )1994 by HIROSE Yuuji.[yuuji@ae.keio.ac.jp]
     1.7 -;;; Last modified Fri Jul  1 17:03:23 1994 on VFR
     1.8 +;;; Last modified Tue Sep 20 01:35:12 1994 on figaro
     1.9  ;;; $Id$
    1.10  
    1.11 -(let ((help-file
    1.12 -       (concat "YATEXHLP."
    1.13 -	       (cond (YaTeX-japan "jp")
    1.14 -		     (t "eng")))))
    1.15 +(let ((help-file (concat "YATEXHLP."
    1.16 +			 (cond (YaTeX-japan "jp")
    1.17 +			       (t "eng"))))
    1.18 +      (help-dir
    1.19 +       (cond (YaTeX-emacs-19 (expand-file-name "../etc" exec-directory))
    1.20 +	     (t exec-directory))))
    1.21    (defvar YaTeX-help-file
    1.22 -    (expand-file-name help-file exec-directory)
    1.23 +    (expand-file-name help-file help-dir)
    1.24      "*Help file of LaTeX/TeX commands or macros.")
    1.25    (defvar YaTeX-help-file-private
    1.26      (expand-file-name (concat "~/" help-file))