[Nice-commit] Nice/web install.xml,1.11,1.12
Brought to you by:
bonniot
From: <bo...@us...> - 2004-02-20 10:42:19
|
Update of /cvsroot/nice/Nice/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14694/web Modified Files: install.xml Log Message: Fixed location of the emacs mode. Index: install.xml =================================================================== RCS file: /cvsroot/nice/Nice/web/install.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** install.xml 24 Jan 2004 21:50:23 -0000 1.11 --- install.xml 20 Feb 2004 10:31:10 -0000 1.12 *************** *** 183,187 **** ;; then remove the leading ; in the next line ! ;(setq load-path (cons "~/share/emacs/site-lisp" load-path)) (setq auto-mode-alist (cons '("\\.nice$" . nice-mode) auto-mode-alist)) --- 183,187 ---- ;; then remove the leading ; in the next line ! ;(setq load-path (cons "~/share/emacs/site-lisp/nice" load-path)) (setq auto-mode-alist (cons '("\\.nice$" . nice-mode) auto-mode-alist)) |