From da88206c11a92043d825e9f24731619ba11bc507 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Wed, 23 Jan 2008 07:50:28 +0100 Subject: [PATCH] * tests/lisp3.test: Fix typo. --- ChangeLog | 4 ++++ tests/lisp3.test | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7b1f1501f..605dd9233 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-01-23 Ralf Wildenhues + + * tests/lisp3.test: Fix typo. + 2008-01-22 Ralf Wildenhues * lib/am/mans.am (install-man%SECTION%): Prefer generated manpages diff --git a/tests/lisp3.test b/tests/lisp3.test index 4b2e2206e..a178504ad 100755 --- a/tests/lisp3.test +++ b/tests/lisp3.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2008 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -36,7 +36,7 @@ EOF echo "(require 'am-two)" > am-one.el echo "(require 'am-three) (provide 'am-two)" > am-two.el -# am-tree.el is a built source +# am-three.el is a built source $ACLOCAL -- 2.11.4.GIT