From 87b82b5822ca54228cfa6df29be3ad9d4bc47d16 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:05:28 -0800 Subject: Import Upstream version 2d2 --- recobj.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recobj.scm') diff --git a/recobj.scm b/recobj.scm index 36ab6d2..713f289 100644 --- a/recobj.scm +++ b/recobj.scm @@ -1,5 +1,7 @@ ;;; "recobj.scm" Records implemented as objects. -;;;From: whumeniu@datap.ca (Wade Humeniuk) +;;; Author: Wade Humeniuk +;;; +;;; This code is in the public domain. (require 'object) (require 'common-list-functions) -- cgit v1.2.3