From c6544399495457808105187091178c023508a00f Mon Sep 17 00:00:00 2001
From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Tue, 23 Sep 2003 22:25:16 +0000
Subject: [PATCH] release commit

---
 ChangeLog         | 3 ++-
 config.make.in    | 2 +-
 elisp/GNUmakefile | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7340db9c6a..ed81ab4a7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
 	* lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
-	set note head as cause of note-column. 
+	set note head as cause of note-column.  This gives a better error
+	message
 
 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
 
diff --git a/config.make.in b/config.make.in
index b2012ee488..a133e48f4c 100644
--- a/config.make.in
+++ b/config.make.in
@@ -37,7 +37,7 @@ srcdir = @srcdir@
 stepmake = @stepmake@
 docdir = $(datadir)/doc/
 omfdir = $(datadir)/omf/
-elispdir = $(datadir)/site-lisp
+elispdir = $(datadir)/emacs/site-lisp
 
 # move out of config.make.in?
 package_datadir = $(datadir)/$(package)
diff --git a/elisp/GNUmakefile b/elisp/GNUmakefile
index 8a0344f73b..09e23a203d 100644
--- a/elisp/GNUmakefile
+++ b/elisp/GNUmakefile
@@ -1,6 +1,6 @@
 depth = ..
 
-elispdir = $(datadir)/emacs/site-lisp
+# elispdir defined in config.make
 
 INSTALLATION_DIR=$(elispdir)
 INSTALLATION_FILES=$(EL_FILES)
-- 
2.39.5