yatex-1.76-gentoo.patch 668 B

1234567891011121314151617
  1. --- yatex1.73-orig/yatexhlp.el 2006-12-24 07:25:29.000000000 +0100
  2. +++ yatex1.73/yatexhlp.el 2008-05-12 12:19:02.000000000 +0200
  3. @@ -9,12 +9,7 @@
  4. (cond (YaTeX-japan "jp")
  5. (t "eng"))))
  6. (help-dir
  7. - (cond
  8. - ((and (boundp 'site-directory) site-directory) site-directory)
  9. - ((string-match "\\.app/" doc-directory) ;For Emacs.app(Darwin)
  10. - (expand-file-name "../site-lisp" doc-directory))
  11. - (YaTeX-emacs-19 (expand-file-name "../../site-lisp" doc-directory))
  12. - (t exec-directory))))
  13. + "/usr/share/emacs/etc/yatex"))
  14. (defvar YaTeX-help-file
  15. (expand-file-name help-file help-dir)
  16. "*Help file of LaTeX/TeX commands or macros.")