diff options
author | Michael Olson <mwolson@gnu.org> | 2006-04-20 23:47:00 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2006-04-20 23:47:00 +0000 |
commit | a33158e96b8da3e4be465baac2e918f9127a5559 (patch) | |
tree | 21c3846f3b375fab69047d474cce30055bdce905 /emms.texinfo | |
parent | 6e194a2d2a308faac79be89e26b6a49fe04e6717 (diff) |
Make XEmacs21 and Emacs21 happy.
darcs-hash:20060420234749-1bfb2-e458134b41ba8e28d25030fe5b6d6b8f4222c28d.gz
Diffstat (limited to 'emms.texinfo')
-rw-r--r-- | emms.texinfo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/emms.texinfo b/emms.texinfo index ada427e..b9039da 100644 --- a/emms.texinfo +++ b/emms.texinfo @@ -165,6 +165,14 @@ then in your ~/.emacs, you should do: @cindex compiling +If you are using XEmacs, you will need to edit @file{Makefile} as +follows before continuing. + +@example +EMACS=xemacs +SITEFLAG=-no-site-file +@end example + You can byte-compile Emms by first entering the directory containing the Emms source code, followed by invoking: |