diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-10-08 15:56:50 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-10-08 15:56:50 +0000 |
commit | 7efdc51da83da17226357fa87ac6e726eae74cbe (patch) | |
tree | 041f8021a4b286a2e028d2688100f668e8245dbe /app-emacs/yatex/files | |
parent | Thought this had been changed long ago... Changing to depend on virtual/alsa (diff) | |
download | gentoo-2-7efdc51da83da17226357fa87ac6e726eae74cbe.tar.gz gentoo-2-7efdc51da83da17226357fa87ac6e726eae74cbe.tar.bz2 gentoo-2-7efdc51da83da17226357fa87ac6e726eae74cbe.zip |
Disabled byte-compile. Added ~alpha, ~sparc and ~ppc keywords.
Diffstat (limited to 'app-emacs/yatex/files')
-rw-r--r-- | app-emacs/yatex/files/yatex-1.71-yatexhlp-gentoo.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-emacs/yatex/files/yatex-1.71-yatexhlp-gentoo.diff b/app-emacs/yatex/files/yatex-1.71-yatexhlp-gentoo.diff new file mode 100644 index 000000000000..c3bb0bc11848 --- /dev/null +++ b/app-emacs/yatex/files/yatex-1.71-yatexhlp-gentoo.diff @@ -0,0 +1,11 @@ +diff -urN yatex1.71.ORIG/yatexhlp.el yatex1.71/yatexhlp.el +--- yatex1.71.ORIG/yatexhlp.el 2003-05-01 22:40:08.000000000 +0900 ++++ yatex1.71/yatexhlp.el 2003-10-09 00:29:47.000000000 +0900 +@@ -11,6 +11,7 @@ + (help-dir + (cond + ((and (boundp 'site-directory) site-directory) site-directory) ++ (YaTeX-emacs-21 (expand-file-name "../../site-lisp/yatex" doc-directory)) + (YaTeX-emacs-19 (expand-file-name "../../site-lisp" doc-directory)) + (t exec-directory)))) + (defvar YaTeX-help-file |