From: Magnus H. <leg...@us...> - 2008-10-21 18:10:00
|
Update of /cvsroot/emacs-jabber/www In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv9759 Modified Files: setup.el Log Message: Require muse-html to publish the web page Index: setup.el =================================================================== RCS file: /cvsroot/emacs-jabber/www/setup.el,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- setup.el 8 Dec 2007 23:44:01 -0000 1.1 +++ setup.el 21 Oct 2008 18:09:48 -0000 1.2 @@ -1,4 +1,5 @@ ;; Muse setup for jabber.el WWW pages +(require 'muse-html) ;; Find the directory this file lives in... this should work, I think. (let ((dir (if load-file-name |